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

Add documentation for command line options from PR #4 #6

Closed agnat closed 5 months ago

agnat commented 2 years ago

Hi, looking through the pull requests I found PR #4, which seems to have stalled because it lacks documentation. So, this PR adds a few lines to the README.md as requested. After landing these PRs I'd like to follow up and add the --help option and maybe a few other details. Let me know what you think...

loganwilliams commented 2 years ago

@agnat Thanks for the contribution, it looks good. Why don't you add the --help flag to this PR and I'll merge it in.

Logan

agnat commented 2 years ago

Thanks for looking into this, Logan.

I think I was wrong: The --help flag will work as expected after merging. I just got confused switching branches or something. Any further additions to the argument parser (if any) should be done after merging #4. Otherwise it's going to be a conflict...

Anyway, bottom line is: I think we're good to go...

David