App for creating telegram bots, with setting webhook, receive messages and subscribe users
Project description
App for creating telegram bots, with setting webhook, receive messages and subscribe users
Documentation
The full documentation is at https://django-telegram-bots.readthedocs.io.
Quickstart
Install telegram_bots:
pip install django-telegram-bots
Add it to your INSTALLED_APPS:
INSTALLED_APPS = ( ... 'telegram_bots', ... )
Add telegram_bots’s URL patterns:
from telegram_bots import urls as telegram_bots_urls urlpatterns = [ ... url(r'^', include(telegram_bots_urls)), ... ]
Features
- TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
History
0.1.0 (2018-03-17)
- First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django-telegram-bots-0.1.12.tar.gz (14.7 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for django-telegram-bots-0.1.12.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee061531b27814c5431b344ad63f754a34a1bdf09b5bc435bcfabbc95bd58d7e |
|
MD5 | cb57947347887eb5a15acff83d54967b |
|
BLAKE2-256 | dba548768612117d4cd2345f287f79578557b511b84d45191cb512d629441423 |