Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1001 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 1001 Bytes

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