Skip to main content

App for creating telegram bots, with setting webhook, receive messages and subscribe users

Project description

https://badge.fury.io/py/telegram_bots.svg https://travis-ci.org/narnikgamarnikus/telegram_bots.svg?branch=master https://codecov.io/gh/narnikgamarnikus/telegram_bots/branch/master/graph/badge.svg

App for creating telegram bots, with setting webhook, receive messages and subscribe users

Documentation

The full documentation is at https://telegram_bots.readthedocs.io.

Quickstart

Install telegram_bots:

pip install telegram_bots

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'telegram_bots.apps.TelegramBotsConfig',
    ...
)

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

django-telegram-bots-0.1.0.tar.gz (10.2 kB view hashes)

Uploaded Source

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