Skip to content

SKaaalper/KiteAi-Bot

 
 

Repository files navigation

Kite AI Auto-Bot

An automated interaction bot for Kite AI platform with multi-wallet and proxy support.

Register

🌟 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:
git clone https://github.com/SKaaalper/KiteAi-Bot.git
cd KiteAi-Bot
  1. Install dependencies:
npm install

📝 Configuration

  1. Create a questions.json file with your questions:
[
  "What is blockchain?",
  "How does crypto mining work?",
  "What are smart contracts?"
]
  1. (Optional) Create a proxies.txt file for proxy support:
http://user:pass@host:port
socks5://user:pass@host:port
  1. Create a wallets.txt file for multiple wallets:
0xxxxx
0xxxxx

🚀 Usage

Run the bot:

node index.js

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)
  4. Number of tasks executed simultaneously

⚠️ 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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%