Skip to main content

Telegram number checker

Project description

Logo

Telegram Number Checker(Analyze)

Python Version License

IRbots provides a Telegram number status-checking service that lets you verify your target numbers on Telegram and determine whether they are banned, fresh, or already have an active session.

This is a clean and minimal Python wrapper for the irbots.com Telegram number status API, supporting both synchronous and asynchronous usage.
Click here to get your API key

Usage/Examples

  pip install Tgchecker --upgrade

Sync Example

from Tgchecker import TgChecker

client = TgChecker(api_key="YOUR_API_KEY")
result = client.check_sync(["+12345678901", "+989121234567"])
print(result)

Async Example

import asyncio
from Tgchecker import TgChecker

async def main():
    client = TgChecker(api_key="YOUR_API_KEY")
    result = await client.check_async(["+12345678901"])
    print(result)

asyncio.run(main())

output/Examples

  {"+12345678901": "session", "+989121234567": "ban"}

API Reference

check numbers

  GET http://checker.irbots.com/?key={your_api_key}&target=checker&numbers=1,2,3,4

Reponse

json Type Description
Time taken string Time the API took to return response
data string Numbers and their statuses
errors string The numbers that check was not successful
status string Status of the request

Example

  {
  "Time taken": 0.23,
  "data": {
    "+14343540268": "ban",
    "+989175834924": "session"
  },
  "errors": 0,
  "status": "ok"
}

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tgchecker-0.4.0.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tgchecker-0.4.0-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file tgchecker-0.4.0.tar.gz.

File metadata

  • Download URL: tgchecker-0.4.0.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for tgchecker-0.4.0.tar.gz
Algorithm Hash digest
SHA256 cea7f5d8fe62e1bac81a6a968e35c50029de3ef9a7157854735372ac94116e15
MD5 0473397c8930e8c1ddfe467324e4c12a
BLAKE2b-256 07d864668525eb42b24fbe160f5f1fb06f6a303f835476c5f1f3704ef3c36133

See more details on using hashes here.

File details

Details for the file tgchecker-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: tgchecker-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for tgchecker-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 932acd3a0088b762342c3ecee1ad1c17d23d5bd266f8bcb860a08ce5bc92bfc7
MD5 138660235f7210e24c6e42c867af7ec4
BLAKE2b-256 48eff52336690b2d085f0eeeba962b5ef0bb262cc278afa129635fb6a952ed74

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page