skinwalker11 / ULTROID-BOT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultroid - UserBot

A stable pluggable Telegram userbot, based on Telethon.

ULTROID-OP

More Info
Documentation soon..

Deploy

Deploy to Heroku

  • Get your API_ID and API_HASH from here and click the below button!

Deploy

Deploy Locally

  • Get your API_ID and API_HASH from here
  • Get your REDIS_URI and REDIS_PASSWORD from here, tutorial here.
  • Clone the repository:
    git clone https://github.com/ULTROID-OP/ULTROID-BOT.git
  • Go to the cloned folder:
    cd Ultroid
  • Create a virtual env:
    virtualenv -p /usr/bin/python3 venv
    . ./venv/bin/activate
  • Install the requirements:
    pip install -r requirements.txt
  • Generate your SESSION:
    bash sessiongen
  • Fill your details in a .env file, as given in .env.sample.
    (You can either edit and rename the file or make a new file.)
  • Run the bot:
    bash resources/startup/startup.sh

Made with đź’• by @ULTROID-OP.

Credits

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 98.2%Language:Shell 1.6%Language:Dockerfile 0.2%