This bot automates ai chat agent for get xp
- Automatically chatting with stream response
- Multi Accounts
- Uses proxies to avoid IP bans or many request
- Logs Accounts
- Can see data each accounts
- Node.js v18.20.5 LTS or latest.
- Address And Private key account
- Make sure to use valid proxies to avoid IP bans.
-
Clone the repository:
git clone https://github.com/ahlulmukh/gokiteai-bot.git cd gokiteai-bot
-
Install the dependencies:
npm install
-
Create proxy (optional)
nano proxy.txt
file in the root directory and add your proxies (one per line). Format Proxyhttp://user:pw@host:port http://user:pw@host:port http://user:pw@host:port
-
Create accounts.json
nano accounts.json
in the root directory and add your account format.[ { "address": "your address1", "privateKey": "0xprivatekey1" }, { "address": "your address2", "privateKey": "0xprivatekey2" } ]
-
Go to
src/classes/gokiteAi.js
and add custom chat for more chat with gokite ai agentgenerateRandomMessage() { const messages = [ "Hey, how’s it going?", "What's up?", "How's your day?", "Tell me something interesting!", "Let's chat!", "How do you feel today?", "morechat", "moreagain", ]; return messages[Math.floor(Math.random() * messages.length)]; }
-
Run the bot:
node .
-
and you done.
If you would like to support the development of this project, you can make a donation using the following addresses:
- Solana:
FPDcn6KfFrZm3nNwvrwJqq5jzRwqfKbGZ3TxmJNsWrh9
- EVM:
0xae1920bb53f16df1b8a15fc3544064cc71addd92
- BTC:
bc1pnzm240jfj3ac9yk579hxcldjjwzcuhcpvd3y3jdph3ats25lrmcsln99qf
For Indonesian People
This tool is for educational purposes only. Use it at your own risk.