{ "info": { "author": "Juan Madurga", "author_email": "jlmadurga@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=============================\ndjango-oscar-telegram-bot\n=============================\n\nCI:\n\n.. image:: https://img.shields.io/travis/jlmadurga/django-oscar-telegram-bot.svg\n :target: https://travis-ci.org/jlmadurga/django-oscar-telegram-bot\n\n.. image:: https://coveralls.io/repos/jlmadurga/django-oscar-telegram-bot/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/jlmadurga/django-oscar-telegram-bot?branch=master\n :alt: Coveralls\n \n.. image:: https://requires.io/github/jlmadurga/django-oscar-telegram-bot/requirements.svg?branch=master\n :target: https://requires.io/github/jlmadurga/django-oscar-telegram-bot/requirements/?branch=master\n :alt: Requirements Status\n \nPyPI:\n\n\n.. image:: https://img.shields.io/pypi/v/django-oscar-telegram-bot.svg\n :target: https://pypi.python.org/pypi/django-oscar-telegram-bot\n\nDocs:\n\n.. image:: https://readthedocs.org/projects/django-oscar-telegram-bot/badge/?version=latest\n :target: https://readthedocs.org/projects/django-oscar-telegram-bot/?badge=latest\n :alt: Documentation Status\n\n\nTelegram Bot for Django-Oscar ecommerce.\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-oscar-telegram-bot.readthedocs.org.\n\nThis package uses django-telegram-bot, take a look to https://github.com/jlmadurga/django-telegram-bot\n\n\nQuickstart\n----------\n\nInstall django-oscar-telegram-bot::\n\n pip install django-oscar-telegram-bot\n\nAdd it to your INSTALLED_APPS::\n\n\tINSTALLED_APPS = [\n\t\t...\n\t\t'oscar_telegrambot', # this app\n\t\t'telegrambot', # django-telegram-bot\n\t\t'rest_framework', # django-telegram-bot uses django-rest-framework\n\t\t...\n\t]\n\t\nConfigure in settings::\n\n\tTELEGRAM_BOT_COMMANDS_CONF = \"oscar_telegrambot.commands\"\n\t\nAs other django-telegram-bot app set your Bots with admin panel.\n\t\nAdd url to have webhook::\n\n\turl(r'^telegrambot/', include('telegrambot.urls', namespace=\"telegrambot\")),\n\t\nTo set the webhook for telegram you need ``django.contrib.sites`` installed, ``SITE_ID`` configured in settings and\nwith it correct value in the DB.\n\nYou can take a look to a demo repo using the sandbox in https://github.com/jlmadurga/django-oscar-telegram-bot-demo.\nThis demo is already installed in http://django-oscar-telegram-bot-demo.herokuapp.com/en-gb/ and you can test the\nbot https://telegram.me/djangooscartelegrambotdemo_bot\n\nFeatures\n--------\n\n* Wellcome and help commands\n* Unknown command handler\n* Categories list command\n* Products list command\n* Product detail command\n* Order list&detail command only when logged\n\nRunning Tests\n--------------\n\nDoes the code actually work?\n\n::\n\n source /bin/activate\n (myenv) $ pip install -r requirements-test.txt\n (myenv) $ python runtests.py\n\n\n\n\n\n\nHistory\n-------\n\n0.1.0 (2016-01-26)\n++++++++++++++++++\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jlmadurga/django-oscar-telegram-bot", "keywords": "django-oscar-telegram-bot", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-oscar-telegram-bot", "package_url": "https://pypi.org/project/django-oscar-telegram-bot/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-oscar-telegram-bot/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jlmadurga/django-oscar-telegram-bot" }, "release_url": "https://pypi.org/project/django-oscar-telegram-bot/0.5.0/", "requires_dist": null, "requires_python": null, "summary": "Telegram Bot for Oscar shops", "version": "0.5.0" }, "last_serial": 1947926, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7767a249eff667c0dad4584c704d38d2", "sha256": "ff32b5cbdb478074feaa7d70a2b2a05f1463b08d25e337b006d8772cae18db70" }, "downloads": -1, "filename": "django_oscar_telegram_bot-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7767a249eff667c0dad4584c704d38d2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6757, "upload_time": "2016-01-26T15:33:39", "url": "https://files.pythonhosted.org/packages/44/48/394bb510365a32c78d6ffabf04a0f33d332f10371938c69178eabcae8861/django_oscar_telegram_bot-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aa2c0712d01c832c76ad32cbfdec9fd7", "sha256": "f27cec596c21f65a2b096bf383a358c92f74f8f011e4ae7d9359a9c1f9cd2b27" }, "downloads": -1, "filename": "django-oscar-telegram-bot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "aa2c0712d01c832c76ad32cbfdec9fd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6560, "upload_time": "2016-01-26T15:33:06", "url": "https://files.pythonhosted.org/packages/8a/e2/ff098ac70565e4c000c6f9b1e471c2581ab9b638f47c2555529635253827/django-oscar-telegram-bot-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "eab419cdc4b05a01af99cb983c1aff34", "sha256": "86163ae32cc70f18b377c8b4d239df55d6631d7fffa7668f0b85630acdfd60ca" }, "downloads": -1, "filename": "django_oscar_telegram_bot-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eab419cdc4b05a01af99cb983c1aff34", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6906, "upload_time": "2016-01-27T12:55:41", "url": "https://files.pythonhosted.org/packages/b9/ce/da96d3b5ebf0a11079c7845ae7119e2ab52ddbd7f9e3ceefeb994d30b5d3/django_oscar_telegram_bot-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e82eb25b03022afa68a4e8e9f2f69582", "sha256": "e784ca3a6b90108386eb244e9b48987025dc95dd6952b05ff0f8e9ebc6c9f538" }, "downloads": -1, "filename": "django-oscar-telegram-bot-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e82eb25b03022afa68a4e8e9f2f69582", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6646, "upload_time": "2016-01-27T12:55:30", "url": "https://files.pythonhosted.org/packages/d5/12/8aa20d38cb7f91b72f6384dbcdd990904d43805df3c3b4bfa74035ba6ca5/django-oscar-telegram-bot-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "dfcc2b773fcb93d43b8290271bfa0293", "sha256": "268cc03cf457e05018e643a7959f98ba944612674628b91961137ad365c1a49e" }, "downloads": -1, "filename": "django_oscar_telegram_bot-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dfcc2b773fcb93d43b8290271bfa0293", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6987, "upload_time": "2016-01-29T10:23:33", "url": "https://files.pythonhosted.org/packages/d8/66/8ff4f949da76f2f1a6dfc931dc1ad868b68b9a85ca1c05c79217e70e85e4/django_oscar_telegram_bot-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f48e33f86d09c15e5d0baf81685947b4", "sha256": "48008ac6197c3f868e7005757ca4248c63bcf821f49d16192881ea810256fca9" }, "downloads": -1, "filename": "django-oscar-telegram-bot-0.2.0.tar.gz", "has_sig": false, "md5_digest": "f48e33f86d09c15e5d0baf81685947b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6709, "upload_time": "2016-01-29T10:23:22", "url": "https://files.pythonhosted.org/packages/9a/ab/3cb906b57d010e9862e9854befe7b005e07d4ee7eceefb2bbf13448c287d/django-oscar-telegram-bot-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "fd94d6929ccd52e46cd4e27bf18acd84", "sha256": "a075dacf7aec9585a8f9f9b92805c3c107e6787fdb9daa76b5e43ea9cc3687c8" }, "downloads": -1, "filename": "django_oscar_telegram_bot-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fd94d6929ccd52e46cd4e27bf18acd84", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12193, "upload_time": "2016-01-29T17:53:06", "url": "https://files.pythonhosted.org/packages/d7/31/b4db7a3b9b51033059c9c7d9673de347b1b1de5cdc5e351cf1cc15e71e2d/django_oscar_telegram_bot-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d330dcf5d64ab6ec6fc171b76e4bf3d7", "sha256": "abf2cb9dac22fe1ab371c967602113189e592befd24e4a61e57499ac01bf9572" }, "downloads": -1, "filename": "django-oscar-telegram-bot-0.2.1.tar.gz", "has_sig": false, "md5_digest": "d330dcf5d64ab6ec6fc171b76e4bf3d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8371, "upload_time": "2016-01-29T17:52:58", "url": "https://files.pythonhosted.org/packages/56/7c/aa3026b366e38f817bede2b1e23ca0d8716a140e5709197228258d59e467/django-oscar-telegram-bot-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "124fcfe42862926eb2152d0a9afbb405", "sha256": "b29b9fb71068a4af1ef2b242dc64a6c0feedc0ecfd4f9333bc9deed0398174dd" }, "downloads": -1, "filename": "django_oscar_telegram_bot-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "124fcfe42862926eb2152d0a9afbb405", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12035, "upload_time": "2016-01-31T15:14:46", "url": "https://files.pythonhosted.org/packages/42/21/2961b849807fd4c77d8f335ed974a85d0c3ba9632929421ad5fa114afa5d/django_oscar_telegram_bot-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3207208aab0845d8f49dcc78fb753f31", "sha256": "749c46d7661ffccc336f0c74109f62e0dbe8fd5703e82fb647ea5eb532947972" }, "downloads": -1, "filename": "django-oscar-telegram-bot-0.3.0.tar.gz", "has_sig": false, "md5_digest": "3207208aab0845d8f49dcc78fb753f31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8282, "upload_time": "2016-01-31T15:14:10", "url": "https://files.pythonhosted.org/packages/e9/5e/a3794f190e33bdaa9be4d6ea3ebd1808aa6b71852d623a77826eb10bff35/django-oscar-telegram-bot-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "f7044d7416687dcea2c23580a54dff76", "sha256": "95f17840edc17b226af7ba5848163d5f5afced42318a835c2882827222baba42" }, "downloads": -1, "filename": "django_oscar_telegram_bot-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f7044d7416687dcea2c23580a54dff76", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12676, "upload_time": "2016-02-09T13:38:34", "url": "https://files.pythonhosted.org/packages/40/83/7d9c52583e5a816cf20e5142da6bbc642e1af5a2538250620793cff62b9e/django_oscar_telegram_bot-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c1d650fd148a7a0fe5e3c0bd7185c765", "sha256": "2540942aded654d88a49d16f94813599c3fd3cbdacff2022f377bd2baa7d6b14" }, "downloads": -1, "filename": "django-oscar-telegram-bot-0.4.0.tar.gz", "has_sig": false, "md5_digest": "c1d650fd148a7a0fe5e3c0bd7185c765", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8522, "upload_time": "2016-02-09T13:38:24", "url": "https://files.pythonhosted.org/packages/d1/d7/cbc9d0205f245ad05bc7791fafcce25191a166d4f4bc216b97f2e80f59f5/django-oscar-telegram-bot-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "ccd242f7b47160e506744d701764170c", "sha256": "a80bc21cfda2522c8cfeee1902e20f8d2a24f6722a782c2ab3640f08448277d4" }, "downloads": -1, "filename": "django_oscar_telegram_bot-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ccd242f7b47160e506744d701764170c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12707, "upload_time": "2016-02-09T17:50:29", "url": "https://files.pythonhosted.org/packages/5e/8c/7fe0cbbb08f5acc7d7479a3f5d3aef50ce7078e652f8c772141746449c6a/django_oscar_telegram_bot-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aafbb5171f0d1023142712f8e57ec7f3", "sha256": "f9815151ea604b7190d781ba3ea2ddef7ebe614544645797ac987450af905a44" }, "downloads": -1, "filename": "django-oscar-telegram-bot-0.5.0.tar.gz", "has_sig": false, "md5_digest": "aafbb5171f0d1023142712f8e57ec7f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8541, "upload_time": "2016-02-09T17:50:23", "url": "https://files.pythonhosted.org/packages/79/3b/8ce820f2b123e5a98200e8eff2c38db5e2968bf3029a29ad11ba2604216c/django-oscar-telegram-bot-0.5.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ccd242f7b47160e506744d701764170c", "sha256": "a80bc21cfda2522c8cfeee1902e20f8d2a24f6722a782c2ab3640f08448277d4" }, "downloads": -1, "filename": "django_oscar_telegram_bot-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ccd242f7b47160e506744d701764170c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12707, "upload_time": "2016-02-09T17:50:29", "url": "https://files.pythonhosted.org/packages/5e/8c/7fe0cbbb08f5acc7d7479a3f5d3aef50ce7078e652f8c772141746449c6a/django_oscar_telegram_bot-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aafbb5171f0d1023142712f8e57ec7f3", "sha256": "f9815151ea604b7190d781ba3ea2ddef7ebe614544645797ac987450af905a44" }, "downloads": -1, "filename": "django-oscar-telegram-bot-0.5.0.tar.gz", "has_sig": false, "md5_digest": "aafbb5171f0d1023142712f8e57ec7f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8541, "upload_time": "2016-02-09T17:50:23", "url": "https://files.pythonhosted.org/packages/79/3b/8ce820f2b123e5a98200e8eff2c38db5e2968bf3029a29ad11ba2604216c/django-oscar-telegram-bot-0.5.0.tar.gz" } ] }