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_adapter
to your INSTALLED_APPS settingINSTALLED_APPS = [ ... 'bot_adapter', ]
- 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
Close
Hashes for django-python-telegram-bot-adapter-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a605a5de21e07891b0e174983def6d68833c365cbb0e13e2c4b1d87a438b0de |
|
MD5 | d8f3c9f8141440a77105082b7f490d62 |
|
BLAKE2b-256 | d966768f7f057eef171f6ce4e442c1888e94bde6d87ab89d3c9c7e42df07b0be |
Close
Hashes for django_python_telegram_bot_adapter-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc952c8df7f0add43d12cd835d9dd1a802d26a49f802358a7bd197d46d7e7835 |
|
MD5 | c3b8dcf00cfd3a0c9aa7400b8edd9b77 |
|
BLAKE2b-256 | de97502e36d359f3635b09652323d7af4130fb9941e7c13399729ca2a68b3fe4 |