
Available on Telegram as @StringFatherBot
Heroku Deployment
VPS / Local Deployment
- Get your Necessary Variables
- Upgrade and update:
apt-get update && apt-get upgrade -y
- Install required packages:
apt-get install python3-pip
- Upgrade pip:
pip3 install -U pip
- Clone the repository:
git clone https://github.com/AnonymousX1025/StringGenBot && cd StringGenBot
- Install requirements:
pip3 install -U -r requirements.txt
- Fill in environment variables:
vi sample.env
Press
I
to edit,Ctrl+C
when done, then type:wq
to save. - Rename the env file:
mv sample.env .env
- Install tmux and start session:
apt install tmux && tmux
- Run the bot:
bash start
- Detach from tmux session:
Ctrl+b, then d