All notable changes to this project will be documented in this file.
- Initial release of CreationDate
- Browser-based API to estimate Telegram user creation dates from UserID
- JSON dataset of Telegram accounts (
data/tg_points.json) - Core estimation algorithm implemented in:
- PHP (
examples/php/estimate.php) - Python (
examples/python/estimate.py)
- PHP (
- Documentation (
README.md,data/README.md) - Schema file for dataset (
data/schema.json) - Contribution guidelines (
.github/CONTRIBUTING.md) - Code of Conduct (
.github/CODE_OF_CONDUCT.md) - Security policy (
.github/SECURITY.md) - GitHub issue templates:
- Bug report
- Feature request
- Improvement / question
- Pull Request template
.gitignoreconfigured for multiple environments (Node, Python, logs, OS, IDE)
- N/A (first release)
- N/A (first release)
- Fix accuracy timeframes
- Update .gitattributes for language detection
- Update estimateTelegramCreationDate and interpolate functions dir from examples to src.