estebanpdl / telegram-tracker

The package connects to Telegram's API to generate JSON files containing data for channels, including information and posts. It allows you to search for specific channels or a set of channels provided in a text file, with one channel per line.
326 stars 64 forks source link

How to get data from private telegram chanel? #5

Closed mahfuztdx61 closed 1 year ago

mahfuztdx61 commented 1 year ago

Link of private channel is like this - "https://t.me/+fv4dNzN3i_tlZjBh" if I use this command - "python main.py --telegram-channel https://t.me/+fv4dNzN3i_tlZjBh" or this command - "python main.py --telegram-channel fv4dNzN3i_tlZjBh" or this command - "or this command - "python main.py --telegram-channel +fv4dNzN3i_tlZjBh"

This generates error messages.

Please find some way to use this repo for private channel too.