diff --git a/README.md b/README.md index bd3fc1b..0c27f70 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/requirements.txt b/requirements.txt index a76e1b2..701f958 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ Pyrogram==2.0.106 python-dotenv==1.0.0 -requests==2.31.0 \ No newline at end of file +requests==2.31.0 +tgcrypto