https://github.com/airdropinsiders/kiteai-auto-bot
An automated interaction bot for Kite AI platform with multi-wallet and proxy support
https://github.com/airdropinsiders/kiteai-auto-bot
bot kiteai kiteai-auto-bot kiteai-bot nodejs
Last synced: about 1 year ago
JSON representation
An automated interaction bot for Kite AI platform with multi-wallet and proxy support
- Host: GitHub
- URL: https://github.com/airdropinsiders/kiteai-auto-bot
- Owner: airdropinsiders
- Created: 2025-02-09T13:44:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T08:11:16.000Z (over 1 year ago)
- Last Synced: 2025-04-07T08:14:46.499Z (about 1 year ago)
- Topics: bot, kiteai, kiteai-auto-bot, kiteai-bot, nodejs
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 98
- Watchers: 4
- Forks: 45
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kite AI Auto-Bot
An automated interaction bot for Kite AI platform with multi-wallet and proxy support.
## Register
- https://testnet.gokite.ai/?r=kxsQ3byj
## 🌟 Features
- 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
## 📋 Prerequisites
- Node.js (v16 or higher)
- npm (Node Package Manager)
## 🛠️ Installation
1. Clone the repository:
```bash
git clone https://github.com/airdropinsiders/KiteAi-Auto-Bot.git
cd KiteAi-Auto-Bot
```
2. Install dependencies:
```bash
npm install
```
## 📝 Configuration
1. (Optional) Create a `proxies.txt` file for proxy support:
```
http://user:pass@host:port
socks5://user:pass@host:port
```
2. Create a `wallets.txt` file for multiple wallets:
```
0x1234567890abcdef1234567890abcdef12345678
0xabcdef1234567890abcdef1234567890abcdef12
```
## 🚀 Usage
Run the bot:
```bash
npm run start
```
The bot will prompt you to:
1. Choose connection mode (Direct/Proxy)
2. Choose wallet input mode (Manual/File)
3. Enter wallet address (if manual mode)
## ⚙️ Configuration Options
You can modify the following settings in `index.js`:
- `rateLimitConfig`: Adjust rate limiting parameters
- `agents`: Modify available AI agents
- `intervalBetweenCycles`: Change delay between interaction cycles
## 📢 Support
Join our Telegram channel for updates and support:
https://t.me/AirdropInsiderID
## ⚠️ Disclaimer
This bot is for educational purposes only. Use at your own risk and ensure compliance with Kite AI's terms of service.
## 📜 License
MIT License - feel free to use and modify for your own purposes.