An open API service indexing awesome lists of open source software.

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

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