Replying to tweets of selected people only #4892
Unanswered
affanmustafa
asked this question in
Q&A
Replies: 1 comment
-
|
Replace your # Credentials
TWITTER_USERNAME=username
TWITTER_PASSWORD=password
TWITTER_EMAIL=[email protected]
# Target users (no @ symbol)
TWITTER_TARGET_USERS=user1,user2,user3
# Disable autonomous posting
TWITTER_ENABLE_POST=false
TWITTER_POST_IMMEDIATELY=false
# Enable proactive engagement (CRITICAL)
TWITTER_ENABLE_REPLIES=true
TWITTER_ENABLE_ACTIONS=true
TWITTER_ENABLE_DISCOVERY=true
# Check for tweets every 20-40 minutes
TWITTER_ENGAGEMENT_INTERVAL_MIN=20
TWITTER_ENGAGEMENT_INTERVAL_MAX=40
# Engage with up to 5 tweets per cycle
TWITTER_MAX_ENGAGEMENTS_PER_RUN=5
# Testing
TWITTER_DRY_RUN=false |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using ElizaOS version 1.0.0-beta.76. My
.envconfig looks like this:The goal is that it auto replies to posts of people that are in the
TWITTER_TARGET_USERS.How does the following behaviour work?
TWITTER_TARGET_USERS, does that mean that after 120 minutes it will reply to ALL 20 of them?Beta Was this translation helpful? Give feedback.
All reactions