Skip to content

Commit

Permalink
edited README
Browse files Browse the repository at this point in the history
  • Loading branch information
kanewi11 committed Jul 9, 2023
1 parent ce6e8e0 commit 0bf7684
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 @@ -21,7 +21,7 @@ Bot puts reaction to new posts in the channel, group or chat. Reactions are set
2. `git clone https://github.com/kanewi11/telegram-reaction-bot.git ./`.
3. `python3 -m venv venv` or on windows `python -m venv venv`.
4. `. venv/bin/activate` or on windows `\venv\Scripts\activate`.
5. `pip install -r requirements.txt`.
5. `pip install -r requirements.txt` or in windows `pip install -r requirements_win.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` _(or just create these two folders)_
Expand Down

1 comment on commit 0bf7684

@WandheR97
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make a video using the bot? I don't speak English and I couldn't understand how to use the bot. No need to explain how to use the bot but record using the bot from scratch
please

Please sign in to comment.