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
Credits
Tools used in rendering this package:
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.
Source Distribution
File details
Details for the file django-telegram-bots-0.1.12.tar.gz
.
File metadata
- Download URL: django-telegram-bots-0.1.12.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee061531b27814c5431b344ad63f754a34a1bdf09b5bc435bcfabbc95bd58d7e |
|
MD5 | cb57947347887eb5a15acff83d54967b |
|
BLAKE2b-256 | dba548768612117d4cd2345f287f79578557b511b84d45191cb512d629441423 |