Skip to content

Commit

Permalink
Merge pull request #4 from tsale/minor-fix
Browse files Browse the repository at this point in the history
Minor fixes requirements + README
  • Loading branch information
tsale committed Jan 30, 2024
2 parents 5c6c21c + 42c5ed3 commit 1da6a92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ To send messages continuously:
- Specify the number of messages to download, from the newest to the oldest.
- Save all text in two formats: clean, readable text with basic info saved in a Txt file and a comprehensive list of every message saved in a JSON file.

To use `Televiewer.py`, create a Telegram API and add your `API_hash` and `API_id` to the `.env` file. in the below format:
To use `Televiewer.py`, create a [Telegram API](https://core.telegram.org/api/obtaining_api_id) and add your `API_hash` and `API_id` to the `.env` file. in the below format:

```
API_ID="XXX"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,3 +1,4 @@
Pyrogram==2.0.106
python-dotenv==1.0.0
requests==2.31.0
requests==2.31.0
tgcrypto

0 comments on commit 1da6a92

Please sign in to comment.