* Ultroid - v0.0.3 Full Changelog - https://t.me/TheUltroid/21 Co-authored-by: Amit Sharma <48654350+buddhhu@users.noreply.github.com> Co-authored-by: Danish <72792730+1Danish-00@users.noreply.github.com> Co-authored-by: Aditya <me@xditya.me> Co-authored-by: buddhhu <buddhhu@users.noreply.github.com> Co-authored-by: New-dev0 <New-dev0@users.noreply.github.com> Co-authored-by: 1Danish-00 <1Danish-00@users.noreply.github.com> Co-authored-by: Sρι∂у <68327188+sppidy@users.noreply.github.com> Co-authored-by: sppidy <sppidy@users.noreply.github.com> Co-authored-by: Arnab Paryali <arnabxd@pm.me> Co-authored-by: Programming Error <error@notavailable.live> Co-authored-by: ArnabXD <ArnabXD@users.noreply.github.com> Co-authored-by: xditya <xditya@users.noreply.github.com> Co-authored-by: ProgrammingError <ProgrammingError@users.noreply.github.com>
2.5 KiB
2.5 KiB
Ultroid - UserBot
A stable pluggable Telegram userbot, based on Telethon.
Deploy
Deploy to Heroku
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.
