Skip to content

BigFreaky/GokiteAI-Auto-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galkite Auto Interaction Bot

Galkite-AutoInteraction is a JavaScript-based automation script designed to simplify interactions with the Galkite application. It enables users to perform various tasks automatically, such as sending messages, managing wallets, and more.

Features

  • Automated message sending via pesan_professor.txt and pesan_cryptobuddy.txt
  • Automatic wallet management using private keys from accounts.txt
  • Proxy support via proxy.txt
  • Easy configuration through package.json

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn
  • Pharos Testnet wallet private keys
  • (Optional) Proxy list in proxies.txt

Node.js Installation (WSL / Linux)

To install Node.js v18+ on WSL or Linux, run:

curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs

Verify installation:

node -v
npm -v

Installation

  1. Make sure Node.js is installed (see above).

  2. Clone the repository:

    git clone https://github.com/BigFreaky/GokiteAI-Auto-Bot.git
  3. Navigate to the project folder:

    cd GokiteAI-Auto-Bot
  4. Install dependencies:

    npm install
  5. Create a .env file in the root directory and add your private keys:

    nano .env

    Add the following line inside .env:

    PRIVATE_KEYS_LIST="0xabc123...,0xdef456...,0xghi789..."
    • Replace each 0xabc123... with your actual private keys separated by commas.
    • Keys can optionally omit the 0x prefix, but including it is recommended.
    • Example:
      PRIVATE_KEYS_LIST="0x1111aaa...,0x2222bbb...,0x3333ccc..."
      
  6. Run the bot:

    npm start

Bot Behavior

The bot will:

  1. Auto-answer daily quizzes
  2. Auto-interact with AI agents
  3. Repeat daily until stopped

Important Notes

  • This bot is for TESTNET use only
  • Never use Mainnet Private Keys
  • The bot runs indefinitely until stopped (Ctrl+C)
  • All transactions use 0 gas price (testnet feature)
  • Includes random delays between operations to mimic natural behavior

Support

For issues or questions, please open an issue on GitHub.


Disclaimer

This software is provided "as is" without warranties. Use at your own risk. Developers are not responsible for any losses or issues caused by using this bot.


License

MIT License — See LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors