https://github.com/im-hanzou/gokite-ai-automate
Gokite.ai testnet automated Agent Interactions script
https://github.com/im-hanzou/gokite-ai-automate
automation bot gokite gokite-ai gokiteai kiteai kiteai-auto-bot kiteai-bot python3
Last synced: 4 months ago
JSON representation
Gokite.ai testnet automated Agent Interactions script
- Host: GitHub
- URL: https://github.com/im-hanzou/gokite-ai-automate
- Owner: im-hanzou
- Created: 2025-02-12T01:15:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T01:25:11.000Z (4 months ago)
- Last Synced: 2025-02-12T09:10:18.657Z (4 months ago)
- Topics: automation, bot, gokite, gokite-ai, gokiteai, kiteai, kiteai-auto-bot, kiteai-bot, python3
- Language: Python
- Homepage: https://testnet.gokite.ai/?r=cmuST6sG
- Size: 7.81 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gokite.ai Automate
Gokite.ai testnet automated Daily Agent Interactions script.
## Tools and components required
1. Gokite.ai Account, Register here: [https://testnet.gokite.ai](https://testnet.gokite.ai?r=cmuST6sG)
2. EVM Wallet Address, Please register using EVM wallet using Avalanche Chain and complete all tasks first!
3. VPS or RDP (OPTIONAL)
## Installation
- Install Python For Windows: [Python](https://www.python.org/ftp/python/3.13.0/python-3.13.0-amd64.exe)
- For Unix:
```bash
apt install python3 python3-pip git -y
```
- For Termux:
```bash
pkg install python python-pip git -y
```
- Download script [Manually](https://github.com/im-hanzou/gokite-ai-automate/archive/refs/heads/main.zip) or use git:
```bash
git clone https://github.com/im-hanzou/gokite-ai-automate
```
### Requirements installation
- Make sure you already in bot folder:
```bash
cd gokite-ai-automate
```
#### Windows and Termux:
```bash
pip install -r requirements.txt
```
#### Unix:
```bash
pip3 install -r requirements.txt
```
## Run the Bot
- Windows and Termux:
```bash
python main.py
```
- Unix:
```bash
python3 main.py
```
- Then insert your evm wallet address, ex: ```0x123456789XXXXX123456789XXXXX1234567890```
# Notes
- Run this bot, use my referral code if you don't have one.
- You can just run this bot at your own risk, I'm not responsible for any loss or damage caused by this bot.
- This bot is for educational purposes only.