-
Notifications
You must be signed in to change notification settings - Fork 0
Release 1.0.0 - CreationDate #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add common ignore patterns for Node, Python, PHP, OS, IDE, and temporary files.
Added a Code of Conduct to guide community contributions.
Added a pull request template to guide contributors.
Add a security policy document for reporting vulnerabilities and supported versions.
Added a bug report template to the issue tracker for better bug reporting.
Add a feature request template for GitHub issues.
Updated feature request template to include additional fields for feature description and usage example.
Updated the feature request template to enhance clarity and engagement.
Updated bug report template with new structure and fields.
This template allows users to suggest improvements or ask questions, with fields for description and PR submission intent.
Add functions to estimate telegram creation date based on user ID and points.
This README provides detailed information about the Telegram UserID reference dataset, including its origin, accuracy, format, usage, limitations, and contribution guidelines.
Defines a JSON schema for Telegram private user ID anchor points, including validation rules and examples.
Added a JSON file containing timestamped data points.
Documented the initial release of the project and its features.
Updated README.md to include project overview, features, API usage, and contribution guidelines.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
YYYY-MM-DD) and human-readable account ageIncluded
api/index.html+api.js– browser APIdata/tg_points.json– verified Telegram UserID datasetexamples/php/estimate.phpexamples/python/estimate.pyREADME.md,data/README.md,CHANGELOG.md.gitignorefor Node/Python/OS/IDE/temp filesThis 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.