A Node.js bot for automated participation in the KlokappAI testnet.
This bot helps automate interactions with the KlokappAI platform by:
- Connecting to the KlokappAI API using an Ethereum wallet
- Automatically sending chat messages
- Managing rate limits
- Rotating between different crypto/blockchain related questions
- Node.js 16.0.0 or higher
- An Ethereum private key
-
Clone the repository:
git clone https://github.com/mesamirh/KlokappAi-Testnet-Bot.git cd KlokappAi-Testnet-Bot
-
Install dependencies:
npm install
-
Create a
.env
file in the project root with your Ethereum private key:PRIVATE_KEY=your_private_key_here
Start the bot:
npm start
The bot will:
- Connect your wallet to KlokappAI
- Check available message limits
- Send chat messages until reaching the limit
- Wait for the rate limit to reset before continuing
- 🔐 Secure wallet connection
- 🤖 Automated message sending
- ⏱️ Rate limit management
- 🔄 Automatic reconnection on errors
- 💬 Varied question set for natural interactions
You can modify the questions
array in main.js
to customize the messages sent by the bot.
Press Ctrl+C
to gracefully shut down the bot.
This bot is for educational purposes only. Use at your own risk and in compliance with KlokappAI's terms of service.