Skip to content

fnu11/get-telegram-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

get-telegram-users

Get a list of users and dialogs from web telegram account. Snippet for browsers

Chrome

image

  1. Login to your account https://web.telegram.org/z/
  2. Open Chrome Developer Tools -> Console or press ctrl+shift+i
  3. Copy the snippet code from the example
  4. Paste it into a new line in the console and press Enter
  5. You should see a downloadable file with your contact database. The file format JSON.

Firefox

image

  1. Login to your account https://web.telegram.org/z/
  2. Open Firefox Developer Tools -> Console or press ctrl+shift+i
  3. Copy the snippet code from the example
  4. Write in the console in a new line "allow pasting"
  5. Paste it into a new line in the console and press Enter
  6. You should see a downloadable file with your contact database. The file format JSON.

Screenshot from 2023-03-19 23-02-11

You can read it with any JSON Viewer - https://jsonviewer.stack.hu/ | https://codebeautify.org/jsonviewer

Paste your base text and get the display.

About

Get a list of users and dialogs from web telegram account. Snippet for browsers

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors