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.
- Automated message sending via
pesan_professor.txtandpesan_cryptobuddy.txt - Automatic wallet management using private keys from
accounts.txt - Proxy support via
proxy.txt - Easy configuration through
package.json
- Node.js (v18 or higher)
- npm or yarn
- Pharos Testnet wallet private keys
- (Optional) Proxy list in
proxies.txt
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 nodejsVerify installation:
node -v
npm -v-
Make sure Node.js is installed (see above).
-
Clone the repository:
git clone https://github.com/BigFreaky/GokiteAI-Auto-Bot.git
-
Navigate to the project folder:
cd GokiteAI-Auto-Bot -
Install dependencies:
npm install
-
Create a
.envfile 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
0xprefix, but including it is recommended. - Example:
PRIVATE_KEYS_LIST="0x1111aaa...,0x2222bbb...,0x3333ccc..."
- Replace each
-
Run the bot:
npm start
The bot will:
- Auto-answer daily quizzes
- Auto-interact with AI agents
- Repeat daily until stopped
- 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
For issues or questions, please open an issue on GitHub.
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.
MIT License — See LICENSE file for details.