Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swimmwatch/telegram-webapp-auth
Python package that implements Telegram Web authentication algorithm.
https://github.com/swimmwatch/telegram-webapp-auth
python telegram telegram-authentication telegram-bot telegram-mini-app telegram-web-app
Last synced: 5 days ago
JSON representation
Python package that implements Telegram Web authentication algorithm.
- Host: GitHub
- URL: https://github.com/swimmwatch/telegram-webapp-auth
- Owner: swimmwatch
- License: mit
- Created: 2023-02-24T15:03:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-22T23:47:35.000Z (14 days ago)
- Last Synced: 2024-10-25T01:44:04.251Z (12 days ago)
- Topics: python, telegram, telegram-authentication, telegram-bot, telegram-mini-app, telegram-web-app
- Language: Python
- Homepage: https://swimmwatch.github.io/telegram-webapp-auth/
- Size: 999 KB
- Stars: 32
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telegram-webapp-auth
![telegram-webapp-auth](https://socialify.git.ci/swimmwatch/telegram-webapp-auth/image?description=1&font=Raleway&language=1&name=1&owner=1&pattern=Brick%20Wall&theme=Dark)
This Python package implements [Telegram Web authentication algorithm](https://core.telegram.org/bots/webapps#validating-data-received-via-the-mini-app).
## Installation
```bash
pip install telegram-webapp-auth
```## Documentation
[Small package - small documentation](https://swimmwatch.github.io/telegram-webapp-auth/guide/install/) :)## License
telegram-webapp-auth is licensed under the [MIT License](LICENSE).