60c2cbac871f2d4c538e0a9b6e418df8a07dc1b9
Ultroid - UserBot
A stable pluggable Telegram userbot, based on Telethon.
More Info
Documentation soon..
Deploy
Deploy to Heroku
- Get your
API_IDandAPI_HASHfrom here and click the below button!
Deploy Locally
- Get your
API_IDandAPI_HASHfrom here - Get your
REDIS_URIandREDIS_PASSWORDfrom here, tutorial here. - Clone the repository:
git clone https://github.com/TeamUltroid/Ultroid.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
.envfile, 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 @TeamUltroid.
Credits
Languages
Python
94.6%
Shell
4.8%
Makefile
0.3%
Dockerfile
0.2%
