- 
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
Ion the keyboard for editing config - 
Press
Ctrl+Cwhen you're done with editing config and:wqto 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+band thend 
Credits: Blank
Last Edited on: 11/04/2024

