10000 GitHub - jalesfevas/kiteai-bot: This Bot Kite AI - Automation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jalesfevas/kiteai-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KITE AI BOT TUTORIAL

Tutorial by Video : CLICK HERE

Join Telegram Channel : CLICK HERE

Join Kite AI : CLICK HERE

get groq api key : CLICK HERE

U can following this step !! Create screen :

screen -S kiteai

Install Git :

sudo apt install git

Install python3 :

sudo apt install python3

Install python3-venv :

sudo apt install python3-venv

Install python3-pip :

sudo apt install python3-pip

Git clone file bot :

git clone https://github.com/shareithub/kiteai-bot.git

Go to folder bot :

cd kiteai-bot

Sign Venv :

python3 -m venv venv
source venv/bin/activate

Install module :

pip install -r requirements.txt

Edit file .env :

nano .env

API_KEY=your_api_key_here

WALLETS=0xYourWallet1,0xYourWallet2

After done, u can save file : CTRL+X+Y ( ENTER )

Run bot :

python3 bot.py

#DONE ?

U can exit screen, after running bot :

CTRL+A+D

About

This Bot Kite AI - Automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0