Skip to main content

Tiny django app for easier telegram bot creation

Project description

django-python-telegram-bot-adapter

  1. Install django-python-telegram-bot-adapter
    pip install django-python-telegram-bot-adapter
    
  2. Add bot_adapter to your INSTALLED_APPS setting
    INSTALLED_APPS = [
        ...
        'bot_adapter.apps.BotConfig',
    ]
    
  3. Include URLconf in your project urls.py
    path('/', include('bot_adapter.urls')),
    
  4. 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

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