Skip to main content

Python port of GetIDs engine that calculates Telegram account age based on known account creation dates.

Project description

python GetIDs

This is a Python port of GetIDs engine that calculates Telegram account age based on known account creation dates.

The original repository can be found here.

Installation

$ pip install -U getids

Usage

You can use the packages in two ways:

Interactively

$ python -m getids 1234567 200097591 1200000000

Expected output:

1234567: older_than 10/2013
200097591: aprox 5/2016
1200000000: newer_than 7/2019

From python code

>>> from getids import get_age
>>>
>>> get_age(1234567)
('older_than', '10/2013')
>>> get_age(200097591)
('aprox', '5/2016')
>>> get_age(1200000000)
('newer_than', '7/2019')

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

getids-1.0.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

getids-1.0.0-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

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