Skip to content

AnonymousX1025/StringGenBot

Repository files navigation

──「 String Session Generator 」──

String Session Generator

Available on Telegram as @StringFatherBot


Heroku Deployment

Click here to deploy on Heroku

VPS / Local Deployment
  1. Get your Necessary Variables
  2. Upgrade and update:
    apt-get update && apt-get upgrade -y
  3. Install required packages:
    apt-get install python3-pip
  4. Upgrade pip:
    pip3 install -U pip
  5. Clone the repository:
    git clone https://github.com/AnonymousX1025/StringGenBot && cd StringGenBot
  6. Install requirements:
    pip3 install -U -r requirements.txt
  7. Fill in environment variables:
    vi sample.env

    Press I to edit, Ctrl+C when done, then type :wq to save.

  8. Rename the env file:
    mv sample.env .env
  9. Install tmux and start session:
    apt install tmux && tmux
  10. Run the bot:
    bash start
  11. Detach from tmux session:
    Ctrl+b, then d
Demo

Need Help?
Credits