https://github.com/oleksandr-kuzmenko/python-telegram-auth
https://github.com/oleksandr-kuzmenko/python-telegram-auth
auth authentication login python telegram
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oleksandr-kuzmenko/python-telegram-auth
- Owner: oleksandr-kuzmenko
- License: mit
- Created: 2018-02-27T23:56:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T00:18:21.000Z (almost 8 years ago)
- Last Synced: 2026-01-12T21:45:48.211Z (15 days ago)
- Topics: auth, authentication, login, python, telegram
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
|PyPI| |license|
python-telegram-auth
====================
Implementation of Telegram authorization for websites
Usage
~~~~~
.. code:: bash
$ pip install python-telegram-auth
.. code:: python
from python_telegram_auth import verify_auth_data
is_ok = verify_auth_data(dict_of_GET_params, bot_token)
Contribution
~~~~~~~~~~~~
Feel free to contribute. Just do RP.
.. |PyPI| image:: https://img.shields.io/pypi/v/python-telegram-auth.svg
:target: https://pypi.python.org/pypi/python-telegram-auth
.. |license| image:: https://img.shields.io/apm/l/vim-mode.svg
:target: https://github.com/alxpy/python-telegram-auth/blob/master/LICENSE