Rina is an AI agent Build with rig
-
Rig-Twitter Integration
- Cookie-based authentication
- No Twitter API costs
-
Telegram Service
- Complete Telegram bot integration
- Real-time messaging capabilities
-
Heuris Image Generator
- AI-powered image generation for tweets
-
Enhanced AI Agent Communication
- Pre-defined message examples
- Customizable topics
- Configurable communication styles
- Rust programming language
- Cargo package manager
- Git
To get the cookie string, you need to:
- Open Chrome DevTools (F12)
- Go to Network tab
- Select Fetch/XHR
- Choose any request that starts with https://x.com/i/api/graphql/
- In Request Headers, copy the cookie value
- Paste it in your .env file
# Twitter Configuration
TWITTER_USERNAME=your_username
TWITTER_PASSWORD=your_password
TWITTER_EMAIL=your_email
TWITTER_2FA_SECRET=your_2fa_secret
TWITTER_COOKIE_STRING=your_cookie_string
# Bot Tokens
TELEGRAM_BOT_TOKEN=your_telegram_token
DISCORD_API_TOKEN=your_discord_token
# API Keys
OPENAI_API_KEY=your_openai_key
HEURIST_API_KEY=your_heurist_key
Start the service:
cargo run
- Original project: dojoengine/asuka
- Additional features and modifications by Rina