bellingcat / telegram-phone-number-checker

Check if phone numbers are connected to Telegram accounts.
https://pypi.org/project/telegram-phone-number-checker/
MIT License
1.02k stars 172 forks source link

Added photo download flag #38

Closed DouglasKrouth closed 6 days ago

DouglasKrouth commented 1 week ago

The script is reaching a threshold where it's passing around a lot args for internal state. Function signatures would be cleaner if we bundled them as class methods.

Original Issue