Skip to main content

Telethon for django

Project description

GitHub GitHub GitHub

Django Telethon config

[[TOC]]

Installation

  • Use the following command to install using pip:
pip install django-telethon

OR

  • You can use the following command to set it up locally so that you can fix bugs or whatever and send pull requests:
pip install -e ".[dev]"
pre-commit install

settings.py

INSTALLED_APPS = [
   # ....
   'django_telethon',
   # ...
]

Migration

python manage.py migrate

Usage

License

The MIT License (MIT). Please see License File for more information.

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-1.0.0.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

django_telethon-1.0.0-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

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