4 Commits

Author SHA1 Message Date
msramalho
dd6108a449 fix urls 2024-01-25 17:09:14 +00:00
msramalho
a649ce5ab6 pypi urls 2024-01-25 17:08:51 +00:00
msramalho
2b7dea31fd minor documentation improvements 2024-01-25 17:07:25 +00:00
msramalho
2a873a3733 fix badge 2024-01-25 17:02:08 +00:00
2 changed files with 8 additions and 3 deletions

View File

@@ -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
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/telegram-phone-number-checker)](https://pypi.org/project/telegram-phone-number-checker/)
[![PyPI - Version](https://img.shields.io/pypi/v/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/).

View File

@@ -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"