Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 820 Bytes

File metadata and controls

33 lines (20 loc) · 820 Bytes

Installation

Install the required packages

Windows

pip install -r requirements.txt

Linux

pip3 install -r requirements.txt

How it works?

API of Telegram

To use this tool, you need to obtain you API_ID & API_HASH of your telegram account.

For this do this:

  1. Log in to your Telegram core: https://my.telegram.org.
  2. Go to 'API development tools' and fill out You will get basic addresses as well as the api_id and api_hash parameters required for user authorization

Mobile PIN Code Authentication

The first time you start this program. You need to authenticate with your mobile phone and you will receive a code a PIN Code via Telegram Bot.

After that a .session file has going to be created in the directory, after that you can use the program without any problems.