Skip to content

Commit

Permalink
edited README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanewi11 committed Dec 23, 2022
1 parent 2aea986 commit 04d34b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This bot sends a reaction to a new post or message in selected public groups and
5. `pip install -r requirements.txt`.
6. Add your channel name to `config.py`.
7. **If you plan to use the TDATA converter**, go to `converters/tdata_to_telethon.py` and insert your `API_HASH` and `API_ID` (lines 19 and 20).
8. `mkdir sessions` and `mkdir tdatas`
8. `mkdir sessions` and `mkdir tdatas` _(or just create these two folders)_
9. Add the session file and its configuration file to the `/sessions` directory ( _which we created in step 8_ ) or tdata files to the `/tdatas` folder (**Note the 7th point**).
Here is an example:

Expand Down

0 comments on commit 04d34b2

Please sign in to comment.