based on telethon 1.16.0 Customized #UniBorg based on telethon.
goto my.telegram.org/apps use VPN in india to access the site
you will get APP ID and APP HASH copy these two value at safe place (you will need later)
Figure for reference
git clone https://github.com/authoritydmc/BEASTBOT-REBORN.git
using python's pip install telethon..
pip install telethon
python session_strings.py
copy this String somwhere safe .this is your SESSION value
step3: Create an account on Heroku.com
step5 : Fill in all the Three required Value you copied and app name(anything) ..and finally click on deploy.
Simply clone the repository and run the main file:
git clone https://github.com/uniborg/uniborg.git
cd uniborg
virtualenv -p /usr/bin/python3 venv
. ./venv/bin/activate
pip install -r requirements.txt
# <Create config.py with variables as given below>
python3 -m stdborg
An example config.py
file could be:
Not All of the variables are mandatory
The UniBorg should work by setting only the first two variables
from sample_config import Config
class Development(Config):
APP_ID = 6
API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"
TG_BOT_TOKEN_BF_HER = ""
TG_BOT_USER_NAME_BF_HER = ""
UB_BLACK_LIST_CHAT = []
# chat ids or usernames, it is recommended to use chat ids,
# providing usernames means an additional overhead for the user
CHATS_TO_MONITOR_FOR_ANTI_FLOOD = []
# specify LOAD and NO_LOAD
LOAD = []
NO_LOAD = []