-
Get your Necessary Variables
-
Upgrade and Update by :
sudo apt-get update && sudo apt-get upgrade -y
-
Install required packages by :
sudo apt-get install python3-pip -y
-
Install pip by :
sudo pip3 install -U pip
-
Clone the repository by :
git clone https://github.com/SudoR2spr/SessionGenerator && cd SessionGenerator
-
Install requirements by :
pip3 install -U -r requirements.txt
-
Fill your variables in config by :
vi sample.env
-
Rename the env file by :
mv sample.env .env
-
Press
I
on the keyboard for editing config -
Press
Ctrl+C
when you're done with editing config and:wq
to save the config -
Install tmux to keep running your bot when you close the terminal by :
sudo apt install tmux && tmux
-
Finally run the bot by :
bash start
-
For getting out from tmux session
-
Press
Ctrl+b
and thend
Credits: 𝐖𝐎𝐎𝐃𝐜𝐫𝐚𝐟𝐭
Last Edited on: 13/02/2024