Skip to content

gurjarXD/INFINATO-UB

 
 

Repository files navigation

Infinato Logo

Infinato - UserBot

A SIMPLE TELEGRAM USERBOT WITH TELETHON

Stars Forks Size
Python Maintenance Open Source Love svg2
Contributors PRs Welcome License


Deploy

Tutorial

  • Full Tutorial - Full Tutorial

  • Tutorial to get Redis URL and password - here.


Deploy to Heroku

Get the Necessary Variables and then click the button below!

Deploy

Deploy Locally

Local Deploy - Traditional Method

  • Get your Necessary Variables
  • Clone the repository:
    git clone https://github.com/coolfoolunidentifiedhacker/INFINATO-UB.git
  • Go to the cloned folder:
    cd INFINATO-UB
  • Create a virtual env:
    virtualenv -p /usr/bin/python3 venv ../venv/bin/activate
  • Install the requirements:
    pip3 install -U -r requirements.txt
  • Generate your SESSION:
    • Go to https://replit.com/@INFINATO/INFINATO-UB-SESSION-BUILDER
    • Or python3 resources/session/ssgen.py
  • 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 named .env.)
  • Run the bot:
    • Linux Users: bash resources/startup/startup.sh
    • Windows Users: python3 -m infinatoUserbot

Necessary Variables

  • API_ID - Your API_ID from my.telegram.org
  • API_HASH - Your API_HASH from my.telegram.org
  • SESSION - SessionString for your accounts login session. Get it from here
  • BOT_TOKEN - The token of your bot from @BotFather
  • LOG_CHANNEL - A private group/channel id.
  • REDIS_URI - Redis endpoint URL, from redislabs, tutorial here.
  • REDIS_PASSWORD - Redis endpoint Password, from redislabs, tutorial here.

Session String

  • Run on Repl.it

FORKED FROM ULTROID MODIFIED BY INFINATO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.5%
  • TypeScript 3.0%
  • Shell 2.2%
  • Other 0.3%