An automated interaction bot for Kite AI platform with multi-wallet and proxy support.
- Multiple wallet support (manual input or file-based)
- Proxy support (HTTP/HTTPS/SOCKS)
- Rate limiting and retry mechanisms
- Multiple AI agents interaction
- Automatic question selection
- Usage reporting
- Graceful error handling
- Node.js (v16 or higher)
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/airdropinsiders/KiteAi-Auto-Bot.git
cd KiteAi-Auto-Bot
- Install dependencies:
npm install
- (Optional) Create a
proxies.txt
file for proxy support:
http://user:pass@host:port
socks5://user:pass@host:port
- Create a
wallets.txt
file for multiple wallets:
0x1234567890abcdef1234567890abcdef12345678
0xabcdef1234567890abcdef1234567890abcdef12
Run the bot:
npm run start
The bot will prompt you to:
- Choose connection mode (Direct/Proxy)
- Choose wallet input mode (Manual/File)
- Enter wallet address (if manual mode)
You can modify the following settings in index.js
:
rateLimitConfig
: Adjust rate limiting parametersagents
: Modify available AI agentsintervalBetweenCycles
: Change delay between interaction cycles
Join our Telegram channel for updates and support: https://t.me/AirdropInsiderID
This bot is for educational purposes only. Use at your own risk and ensure compliance with Kite AI's terms of service.
MIT License - feel free to use and modify for your own purposes.