Skip to content

Commit

Permalink
edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanewi11 committed Oct 16, 2022
1 parent ce025fb commit 72ae4dd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Bot for posting reactions to a Telegram post.
**Bot puts reactions only to new posts!**

**Sessions must be for Pyrogram!**

## Launch Instructions:
1. `git clone https://github.com/kanewi11/telegram-reaction-bot.git`
2. `python3 -m venv venv`
3. `source venv/bin/activate`
4. `pip install -r requirements.txt`
5. Add your channel name to `config.py`.
6. Add the session file and its configuration file to the `/sessions` directory. **These two files must have the same name!** Here is an example:
6. `mkdir sessions`
7. **Sessions must be for Pyrogram!** 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
Expand All @@ -19,4 +18,4 @@
│ 98767242365.json
│ 98767242365.session
```
7. `nohup python reactionbot.py &`
8. `nohup python reactionbot.py &`

0 comments on commit 72ae4dd

Please sign in to comment.