Start Generating Content
Setting up .env file
Instructions on how to get the API Keys is here
Make sure to have a trained model before looking for the model_id or upload one of our models which you can find here
OPENAI_API_KEY= Your OPENAI KEY
OPENAI_MODEL=gpt-4o-mini YOU OPENAI MODEL YOU WISH TO USE
SCENARIO_API_KEY= SCENARIO API KEY
SCENARIO_API_SECRET= SCENARIO API SECRET
SCENARIO_MODEL_ID= SCENARIO MODEL ID
TWITTER_USERNAME= TWITTER USERNAME
TWITTER_PASSWORD= TWITTER PASSWORD
TWEET_INTERVAL=2 TIME BETWEEN EACH RUN
Once everything is populated run the following commands
npm install
npm run build
npm start
Last updated