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