{ "info": { "author": "Vladimir Myshkovski", "author_email": "vladimirmyshkovski@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=============================\ntelegram_bots\n=============================\n\n.. image:: https://badge.fury.io/py/django_telegram_bots.svg\n :target: https://badge.fury.io/py/django_telegram_bots\n\n.. image:: https://travis-ci.org/narnikgamarnikus/django-telegram-bots.svg?branch=master\n :target: https://travis-ci.org/narnikgamarnikus/django-telegram-bots\n\n.. image:: https://codecov.io/gh/narnikgamarnikus/django-telegram-bots/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/narnikgamarnikus/django-telegram-bots\n\nApp for creating telegram bots, with setting webhook, receive messages and subscribe users\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-telegram-bots.readthedocs.io.\n\nQuickstart\n----------\n\nInstall telegram_bots::\n\n pip install django-telegram-bots\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'telegram_bots',\n ...\n )\n\nAdd telegram_bots's URL patterns:\n\n.. code-block:: python\n\n from telegram_bots import urls as telegram_bots_urls\n\n\n urlpatterns = [\n ...\n url(r'^', include(telegram_bots_urls)),\n ...\n ]\n\nFeatures\n--------\n\n* TODO\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n::\n\n source /bin/activate\n (myenv) $ pip install tox\n (myenv) $ tox\n\nCredits\n-------\n\nTools used in rendering this package:\n\n* Cookiecutter_\n* `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\n\n\n\nHistory\n-------\n\n0.1.0 (2018-03-17)\n++++++++++++++++++\n\n* First release on PyPI.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/narnikgamarnikus/django-telegram-bots", "keywords": "django-telegram-bots", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-telegram-bots", "package_url": "https://pypi.org/project/django-telegram-bots/", "platform": "", "project_url": "https://pypi.org/project/django-telegram-bots/", "project_urls": { "Homepage": "https://github.com/narnikgamarnikus/django-telegram-bots" }, "release_url": "https://pypi.org/project/django-telegram-bots/0.1.12/", "requires_dist": null, "requires_python": "", "summary": "App for creating telegram bots, with setting webhook, receive messages and subscribe users", "version": "0.1.12" }, "last_serial": 3815528, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e9da6780e0b2a4fdfaf3613f45af3582", "sha256": "fc1306b55663128e63c6423ca852922863d880aa42706d29f6f46074bac69b6e" }, "downloads": -1, "filename": "django-telegram-bots-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e9da6780e0b2a4fdfaf3613f45af3582", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10247, "upload_time": "2018-03-18T10:54:21", "url": "https://files.pythonhosted.org/packages/5a/7e/e7441bdd3a39a0d810dbab65bee112f5fa5be345d800a98649035a37376d/django-telegram-bots-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "12ac7b577a7711973a97f959c6172565", "sha256": "6ad672f41fd97c8a0d34414b1bb4d08c489373a59748eebfbaf1e538577259a4" }, "downloads": -1, "filename": "django-telegram-bots-0.1.1.tar.gz", "has_sig": false, "md5_digest": "12ac7b577a7711973a97f959c6172565", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13282, "upload_time": "2018-03-28T12:15:06", "url": "https://files.pythonhosted.org/packages/2d/c4/c44147c404c85b55fac14530f24a7b6b6260fca3220d98e28116feb0dfc4/django-telegram-bots-0.1.1.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "9f1a44268eb84a0f9db60e1539be7d50", "sha256": "62ad5ed6f75721c6d979e0c5f3acfb9e51b341fac91f48b16423105c0cc67453" }, "downloads": -1, "filename": "django-telegram-bots-0.1.11.tar.gz", "has_sig": false, "md5_digest": "9f1a44268eb84a0f9db60e1539be7d50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13169, "upload_time": "2018-03-28T12:44:41", "url": "https://files.pythonhosted.org/packages/50/c4/d92ba3b69029a278a57b4212e6659d478451b5eb1dc54e7a6a5bf60b4042/django-telegram-bots-0.1.11.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "cb57947347887eb5a15acff83d54967b", "sha256": "ee061531b27814c5431b344ad63f754a34a1bdf09b5bc435bcfabbc95bd58d7e" }, "downloads": -1, "filename": "django-telegram-bots-0.1.12.tar.gz", "has_sig": false, "md5_digest": "cb57947347887eb5a15acff83d54967b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14722, "upload_time": "2018-04-27T22:27:44", "url": "https://files.pythonhosted.org/packages/db/a5/48768612117d4cd2345f287f79578557b511b84d45191cb512d629441423/django-telegram-bots-0.1.12.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb57947347887eb5a15acff83d54967b", "sha256": "ee061531b27814c5431b344ad63f754a34a1bdf09b5bc435bcfabbc95bd58d7e" }, "downloads": -1, "filename": "django-telegram-bots-0.1.12.tar.gz", "has_sig": false, "md5_digest": "cb57947347887eb5a15acff83d54967b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14722, "upload_time": "2018-04-27T22:27:44", "url": "https://files.pythonhosted.org/packages/db/a5/48768612117d4cd2345f287f79578557b511b84d45191cb512d629441423/django-telegram-bots-0.1.12.tar.gz" } ] }