I’m Munir Nasibzade (@mnasibzade), and I’m excited to announce that the AlphaDroidHelp Bot is now officially open source!
As an active member and maintainer within the AlphaDroid community, I noticed that users often had the same questions:
“Where can I find downloads?”
“Do we support my device?”
“Where’s the source code?”
To simplify and speed up support, I created a Telegram bot that can instantly respond to these common queries using simple commands. The result? Less manual answering and more time for development.
Good question.
While the bot was initially built for AlphaDroid, I strongly believe in cross-community support. Many AOSP-based ROMs face the same user support challenges, and I wanted to help solve that too.
By making this bot open source, I hope that:
You can try the bot directly on Telegram:
AlphaDroidHelp Bot
It currently supports commands like:
/alpha <device>
– Fetch the latest build for your device/apply
– Interested in becoming a maintainer?/contribute
– Want to support us?/devices
– View supported devices/releases
– Check the latest releases/source
– Explore our source code/start
– Check if the bot is alive/ui
– View UI screenshotsCloning the bot is easy:
git clone https://github.com/mnasibzade/AlphaDroidHelp_Bot
cd AlphaDroidHelp_Bot
pip install -r requirements.txt
You’ll need a Telegram Bot Token. Just ask @BotFather and paste the token in your environment.
To keep it running 24/7, you’ll also need a server or a VPS. More info is in the README.
If you like this project or find it useful, don’t forget to star the repository! It really motivates and helps visibility:
AlphaDroidHelp_Bot on GitHub
And of course, pull requests are welcome — whether you’re fixing bugs, suggesting new commands, or improving the README!
Thanks for reading.
Let’s keep making Android communities better — together.
Munir Nasibzade