Metadata-Version: 2.0
Name: python-telegram-auth
Version: 0.0.1a1
Summary: Implementation of Telegram authorization for websites
Home-page: https://github.com/alxpy/python-telegram-auth
Author: Oleksandr Kuzmenko
Author-email: UNKNOWN
License: MIT
Keywords: python telegram auth login
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3

|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


