Skip to content

v1.0.0 Initial release - CreationDate

Choose a tag to compare

@WizardLoop WizardLoop released this 25 Jan 08:17
· 19 commits to main since this release
5c1fee6

Release 1.0.0 - CreationDate

CreationDate 1.0.0 - Initial release

Overview

This is the first official release of CreationDate, a lightweight, browser-based API to estimate Telegram user creation dates from UserIDs. It works entirely on the client side using a verified JSON dataset of private Telegram accounts.

Features

  • Estimate Telegram user creation date from UserID
  • Returns exact date (YYYY-MM-DD) and human-readable account age
  • Works entirely in the browser (no backend required)
  • Core algorithm implemented in PHP and Python
  • API interface available via static HTML + JS
  • Includes dataset schema and documentation
  • Fully open-source under MIT License

Included

  • api/index.html + api.js – browser API
  • data/tg_points.json – verified Telegram UserID dataset
  • examples/php/estimate.php
  • examples/python/estimate.py
  • README.md, data/README.md, CHANGELOG.md
  • GitHub templates and contributing guidelines
  • .gitignore for Node/Python/OS/IDE/temp files

This release provides the initial functionality for estimating Telegram account creation dates. Data is based on observed private Telegram accounts only, no bots or channels. Accuracy is typically ±weeks for older accounts and ±days for recent accounts.

Dataset and estimation method are fully open-source and available under the MIT License.