Automated Twitter/X bot for the iAERO Protocol that posts updates and engages with the crypto community.
- Posts every 4-6 hours (randomized)
- 75% protocol information, 25% crypto culture content
- AI-generated varied content
- Daily stats updates
- Health check endpoint for monitoring
- Clone the repository
- Install dependencies:
npm install - Set up environment variables (see below)
- Run:
npm start
Required in Railway or .env file:
TWITTER_API_KEYTWITTER_API_SECRETTWITTER_ACCESS_TOKENTWITTER_ACCESS_SECRETOPENAI_API_KEY
This bot is designed to run on Railway. Environment variables should be configured in Railway's dashboard, not committed to the repository.