Twitter Bot
Automated Twitter/X management and engagement.
Features
- 📝 Auto Posting — Schedule and publish tweets
- 🧵 Thread Creation — Create multi-tweet threads
- 📊 Analytics — Track engagement metrics
- 🔍 Trending — Monitor trending topics
- 💬 Auto Reply — Engage with mentions
Usage
Post Tweet
# Simple tweet
hermes twitter post "Hello world! 🐦"
# With media
hermes twitter post "Check this out!" --image screenshot.png
# Schedule tweet
hermes twitter post "Thread coming soon!" --schedule "2026-06-01 09:00"
Create Thread
# Create thread
hermes twitter thread \
"1/ Excited to announce..." \
"2/ Here's what we built..." \
"3/ Key features include..." \
"4/ Try it now! [link]"
# Reply as thread
hermes twitter thread-reply "Let me explain..." --reply-to tweet-id
Analytics
# View stats
hermes twitter stats --days 7
# Top tweets
hermes twitter top --limit 10
# Follower growth
hermes twitter followers --trend
Configuration
# twitter-config.yml
account:
api_key: ${TWITTER_API_KEY}
api_secret: ${TWITTER_API_SECRET}
posting:
max_per_day: 10
min_interval: 30m
engagement:
auto_like: true
auto_retweet: false
keywords: ["#AI", "#Tech", "#Python"]
Pitfalls
- Rate Limits — Twitter has strict API limits
- Content Policy — Avoid spam-like behavior
- Media Size — Max 5MB image, 15MB video