Skip to content

ahlulmukh/gokiteai-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GokiteAI Chat Agent

This bot automates ai chat agent for get xp

Features

  • Automatically chatting with stream response
  • Multi Accounts
  • Uses proxies to avoid IP bans or many request
  • Logs Accounts
  • Can see data each accounts

Requirements

  • Node.js v18.20.5 LTS or latest.
  • Address And Private key account

Notes

  • Make sure to use valid proxies to avoid IP bans.

Installation

  1. Clone the repository:

    git clone https://github.com/ahlulmukh/gokiteai-bot.git
    cd gokiteai-bot
  2. Install the dependencies:

    npm install
  3. Create proxy (optional) nano proxy.txt file in the root directory and add your proxies (one per line). Format Proxy

    http://user:pw@host:port
    http://user:pw@host:port
    http://user:pw@host:port
    
  4. 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"
      }
    ]
  5. Go to src/classes/gokiteAi.js and add custom chat for more chat with gokite ai agent

    generateRandomMessage() {
       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)];
    }

Usage

  1. Run the bot:

    node .
  2. and you done.

Stay Connected

Donation

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

Disclaimer

This tool is for educational purposes only. Use it at your own risk.