Skip to content

ululazmi18/get_query_id_telethon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Requirements

Installation

  1. Clone the Repository

    git clone https://github.com/ululazmi18/get_query_id_telethon.git
    cd get_query_id_telethon
  2. Install Required Libraries

    pip install telethon
  3. Configure API Credentials

    • In the root folder of the project, you will find a config.json file created by the script. Open this file and fill in your api_id and api_hash.
    • Example:
      {
        "api_id": 1234567,
        "api_hash": "your_api_hash_here"
      }
  4. Run the Script

    • Start the program by running:
      python main.py

About

get query_id from telegram app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages