.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
brew install flyctl && fly launch --from https://github.com/alexandresanlim/moneyprinter
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alexandresanlim/moneyprinter
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alexandresanlim/moneyprinter