A Telegram Userbot powered by Pyrogram.
You have to obtain your personal API credentials from Telegram. Fill these into the sample config file.
git clone https://github.com/npv12/Noxx.git
pip install -r requirements.txt
- Copy or rename
noxx.ini.sample
tonoxx.ini
and fill it out as instructed - Start Noxx with
python -m noxx
You can now log in via Pyrogram and send .alive
to see if Noxx is working.
# Nox is a userbot that lets you automate things.
# Telegram doesn't like automation.
# If you get banned after using Noxx, this is your own responsibility.
# If you come to me whining about being banned after using Noxx, I'll just block you.
https://github.com/ColinShark/PyroBot for its readme :D and the initial code base is inspired from it https://github.com/callsmusic/tgvc-userbot for its music for voice call capabilities, Some code was inspired from it