Bot puts reactions only to new posts!
Sessions must be for Pyrogram!
git clone https://github.com/kanewi11/telegram-reaction-bot.git
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Add your channel name to
config.py
. - Add the session file and its configuration file to the
/sessions
directory. These two files must have the same name! Here is an example:
/sessions
│ 8888888888.ini
│ 8888888888.session
│ 9999999999.ini
│ 9999999999.session
│ 98767242365.json
│ 98767242365.session
nohup python reactionbot.py &