GitDeployHub

alexandresanlim/moneyprinter

github.com/alexandresanlim/moneyprinter ↗
Python
6 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • TIKTOK_SESSION_ID TikTok Session ID Obtain your session ID by logging into TikTok and copying the sessionid cookie.
  • IMAGEMAGICK_BINARY ImageMagick Binary Path Download ImageMagick from https://imagemagick.org/script/download.php
  • PEXELS_API_KEY secret Pexels API Key Register at https://www.pexels.com/api/ to get your API key.
  • OPENAI_API_KEY secret OpenAI API Key Visit https://openai.com/api/ for details on obtaining an API key.
  • ASSEMBLY_AI_API_KEY secret AssemblyAI API Key Sign up at https://www.assemblyai.com/ to receive an API key.
  • GOOGLE_API_KEY secret Google API Key Generate your API key through https://makersuite.google.com/app/apikey
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/alexandresanlim/moneyprinter
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alexandresanlim/moneyprinter
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alexandresanlim/moneyprinter
Or deploy to a different host
← Try another repo