A Telegram bot for searching Apps in F-Droid repo
Made with Pyrogram Smart Plugins
- Python 3.6 or higher
- A Telegram API key
- A Telegram bot token
virtualenv venvto create a virtual environmentvenv/bin/pip install -U -r requirements.txtto install the requirements- Create a new
config.inifile, copy-paste the following and replace the values with your own. Exclude or include plugins to fit your needs. Createconfig.pyand add constants that are specified in module docstrings of enabled plugins.[pyrogram] api_id = 1234567 api_hash = 0123456789abcdef0123456789abcdef bot_token = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 [plugins] root = plugins - Run with
venv/bin/python bot.py - Stop with CTRL+C
AGPL-3.0-or-later