Skip to main content

Provide REST API for Telethon authorization

Project description

=====
Django Telethon Authorization
=====

Provide REST API for authorizing telegram sessions

Quick start
-----------

1. Add "django-telethon-authorization" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'django-telethon-authorization',
]

2. Include django-telethon-authorization URL's in your project urls.py like this::

path('telegram-auth/', include('django_telethon_authorization.urls')),

3. Run `python manage.py migrate` to create the models.

Endpoints
------------

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-telethon-authorization-0.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page