An automated interaction bot for Kite AI platform with multi-wallet and proxy support. go o
Join our Telegram channel for more Airdrop: https://t.me/airdropseeker_official
- 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
- Clone the repository:
git clone https://github.com/linuxdil/Kite-Auto-Bot.git
cd Kite-Auto-Bot- Create Environments:
python3 -m venv myenv
source myenv/bin/activate- Install dependencies:
pip install -r requirements.txt- (Optional) Create a
proxy.txtfile for proxy support:
http://user:pass@host:port
socks5://user:pass@host:port
- Create a
accounts.txtfile for multiple wallets:
private key
private key 2
Run the bot:
python3 main.pyThe 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 main.py:
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.