django-telegram-login

The reusable Django application for Telegram authorization (also known as Telegram login).


License
MIT
Install
pip install django-telegram-login==0.2.2

Documentation

Django-telegram-login

The reusable Django application for Telegram authorization, also known as Telegram login.

This package provides a widgets generators as part of HTML code that you can render from view by context easly, also callback and redirect ways to user’s login, and simple widgets’ customization functionaly.

Release Documentation Status Build

Codecov Python27 Python35 Python36

Habrahabr Medium

Installing

Install and update using pip:

$ pip install django-telegram-login

Getting started

You are able to start working with package from tutorials:

  1. Habrahabr article written in russion
  2. Medium article written in english

The documentation (https://django-telegram-login.readthedocs.io) of the package.