Tiny django app for easier telegram bot creation
Project description
django-python-telegram-bot-adapter
- Install django-python-telegram-bot-adapter
pip install django-python-telegram-bot-adapter - Add
bot_adapterto your INSTALLED_APPS settingINSTALLED_APPS = [ ... 'bot_adapter.apps.BotConfig', ]
- Include URLconf in your project urls.py
path('/', include('bot_adapter.urls')),
- Not you can create telegram bots
bot = Bot(TOKEN) bot.register(...) BotConfig.registry.add_bot(TOKEN, bot)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-python-telegram-bot-adapter-0.1.3.tar.gz.
File metadata
- Download URL: django-python-telegram-bot-adapter-0.1.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f96158a88e9de74715a0b4bc899d515f297fd7160d247558558e1a481692ec8c
|
|
| MD5 |
be69f892887848ce0c862b5af85203fe
|
|
| BLAKE2b-256 |
37064ed609d6836b8592f6a434b759b620925e44738629c73c81aed78ad992a4
|
File details
Details for the file django_python_telegram_bot_adapter-0.1.3-py3-none-any.whl.
File metadata
- Download URL: django_python_telegram_bot_adapter-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3a280d56db92f272b4a24c0c36500694095bc9c5211b50afbdf7235291578fa
|
|
| MD5 |
be70993fa4d4486d4611398a8f2531b7
|
|
| BLAKE2b-256 |
4f09207b8bbbd3ed9f4cf3b270e9a3d6e385fea4955dfae688780e77c8f8fcf1
|