Telegram Group Scraper
python -m pip -r requirements.txt
Go to the following URL and configure an app
https://my.telegram.org/ > API development tools
# .env.example, committed to repo
TELEGRAM_API_ID = <your api id>
TELEGRAM_API_HASH = <your api hash>
TELEGRAM_PHONE = <your phone>
TELEGRAM_USERNAME = <your username>
python scraper.py
## ...and follow the steps to connect to telegram