Twitter Agent
Here's an example showing you how to setup the .env, config, and run the Twitter client.
Environment
Set these .env variables by visiting your Twitter developer dashboard. Haven't set this up? Learn more here.
Name
TWITTER_API_KEY
TWITTER_API_SECRET
TWITTER_ACCESS_TOKEN
TWITTER_ACCESS_TOKEN_SECRET

You MUST regen tokens after changing this setting.
Config
Completion provider can be ANY provider you'd like, and "embedding_provider" "db" ARE REQUIRED.
Interaction
No interaction is needed on your end once its running. The agent will print logs related to actions taken, posts fetched, and sleep durations between actions.
Last updated
