Twitter Agent
Here's an example showing you how to setup the .env, config, and run the Twitter client.
Last updated
Here's an example showing you how to setup the .env, config, and run the Twitter client.
Last updated
Set these .env
variables by visiting your Twitter developer dashboard. Haven't set this up? Learn more here.
TWITTER_API_KEY
TWITTER_API_SECRET
TWITTER_ACCESS_TOKEN
TWITTER_ACCESS_TOKEN_SECRET
You MUST regen tokens after changing this setting.
Twitter client be ran with other clients. These other clients are ran in concurrency.
Completion provider can be ANY provider you'd like, and "embedding_provider"
"db"
ARE REQUIRED.
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.