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 17, 2022
1 parent c1cc7e8 commit 1f2ac3a
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

**This script sends reactions to a new post or message in selected open groups and channels, as well as automatically subscribes to them.**

## Launch Instructions:
## Launch Instructions
1. Create an empty directory
2. `git clone https://github.com/kanewi11/telegram-reaction-bot.git ./`
3. `python3 -m venv venv`
Expand All @@ -27,13 +27,15 @@
**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
you_dir
└───sessions
│ │ 8888888888.ini
│ │ 8888888888.session
│ │ 9999999999.ini
│ │ 9999999999.session
│ │ 98767242365.json
│ │ 98767242365.session
...
```
9. `nohup python reactionbot.py &`
Expand All @@ -59,4 +61,8 @@ You can add more parameters that [pyrogram](https://github.com/pyrogram/pyrogram
"api_hash": "you_api_hash",
...
}
```
```
### TODO:
- If there will be time to add session definition and conversion from tdata, telethon.
But I don't think the time will come 🙃.

0 comments on commit 1f2ac3a

Please sign in to comment.