mirror of
https://github.com/bellingcat/telegram-phone-number-checker.git
synced 2026-06-11 21:08:30 +03:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd6108a449 | ||
|
|
a649ce5ab6 | ||
|
|
2b7dea31fd | ||
|
|
2a873a3733 |
@@ -1,10 +1,11 @@
|
||||
# telegram-phone-number-checker
|
||||
|
||||
Python tool/script toc heck if phone numbers are connected to Telegram accounts.
|
||||
Python tool/script to check if phone numbers are connected to Telegram accounts. Retrieving username, name, and IDs where available.
|
||||
|
||||
## Installation
|
||||
|
||||
[](https://pypi.org/project/telegram-phone-number-checker/)
|
||||
[
|
||||
](https://pypi.org/project/telegram-phone-number-checker/)
|
||||
|
||||
You can install this tool directly from the [official pypi release](https://pypi.org/project/telegram-phone-number-checker/).
|
||||
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
[tool.poetry]
|
||||
name = "telegram-phone-number-checker"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
description = "Check if phone numbers are connected to Telegram accounts."
|
||||
authors = ["Bellingcat"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/bellingcat/telegram-phone-number-checker"
|
||||
|
||||
[tool.poetry.urls]
|
||||
"Bug Tracker" = "https://github.com/bellingcat/telegram-phone-number-checker/issues"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
telegram-phone-number-checker = "telegram_phone_number_checker.main:main_entrypoint"
|
||||
|
||||
Reference in New Issue
Block a user