Skip to content

Delafault/Telegram-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram users parser

A simple script for parsing users.

-- How use? --


  1. Download this repository and python on python.org image

  1. Use the command "pip install -r requirements" in the cmd or just run the "install&start.bat" file (recommended) image

  1. Enter all necessary data (including api_id and api_hash, which can be obtained from my.telegram.org) image

  1. It's done! Everything should work successfully now) image

⚠️WARNING!!!⚠️

Due to some Telegram limitations, you can only use the obtained user_ids in one session. That is, if you used the 'SESSION_FOR_TELEGRAM_PARSER' session, you will only be able to interact directly with the received user_ids in that session. Otherwise, if you try to interact directly with user id in another session, you will get an error.