dashezup / FDroidSearchBot

F-Droid Search Bot

Home Page:https://t.me/FDroidSearchBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F-Droid Search Bot

A Telegram bot for searching Apps in F-Droid repo

Made with Pyrogram Smart Plugins

Requirements

Run

  1. virtualenv venv to create a virtual environment
  2. venv/bin/pip install -U -r requirements.txt to install the requirements
  3. Create a new config.ini file, copy-paste the following and replace the values with your own. Exclude or include plugins to fit your needs. Create config.py and 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
    
  4. Run with venv/bin/python bot.py
  5. Stop with CTRL+C

License

AGPL-3.0-or-later

About

F-Droid Search Bot

https://t.me/FDroidSearchBot

License:GNU Affero General Public License v3.0


Languages

Language:Python 93.8%Language:Shell 6.2%