An open API service indexing awesome lists of open source software.

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

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.