- install python (https://www.python.org/downloads/)
- install pyrogram and tgcrypto, more info here: https://docs.pyrogram.org/intro/install
pip3 install pyrogram==v1.4.0pip3 install pip3 install tgcrypto
- clone this repo
- copy config_sample.ini to config.ini and edit it with your personal api id and api hash (get here: https://my.telegram.org/auth?to=apps)
- start with python ./main.py
forwards messages that contain specified keywords to Keywords chat
- /add keyword1 keyword2 ...etc - add new keyword(s) to global listener
- /remove keyword1 keyword2 ...etc - remove keyword(s) from global listener
- /removeall - remove all keywords from global listener (turned off currently)
- /show - show all keywords
- /findchat username|first name last name|chat title
forwards all your mentions and message replies (counts as mentions) to Mentions chat wip
forwards all messages from specified users to Following chat todo