Darkksoul / SessionGenerator

A Fastest telethon and Pyrogram Session Generator Bot for Telegram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SessionGenerator

πŸš€ Heroku Deployment

Deploy

Click the button below to deploy Aliza Robot on Heroku!

πŸš€ VPS Deployment

  • 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/deepaiimsss/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 then d

About

A Fastest telethon and Pyrogram Session Generator Bot for Telegram

License:MIT License


Languages

Language:Python 99.9%Language:Procfile 0.1%