{ "info": { "author": "Ryan McGrath", "author_email": "ryan@venodesigns.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Communications :: Chat", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Twython-Django\n==============\n\n (An example Django Python Twitter OAuth Application, using Twython)\n\nOAuth is an annoying specification to work with. Twitter has an awesome and somewhat unique real time data stream, though, and it'd be a shame to miss out on that stuff because of the warts of a specification.\n\nTwython supports OAuth authentication with Twitter now, and this is a sample Django application to get people up and running (fairly) instantly with Twitter OAuth in Django. Enjoy.\n\nInstallation\n------------\n\nInstall `twython-django` via `pip `_\n\n.. code-block:: bash\n\n $ pip install twython-django\n\nor, with `easy_install `_\n\n.. code-block:: bash\n\n $ easy_install twython-django\n\nBut, hey... `that's up to you `_.\n\nOr, if you want the code that is currently on GitHub\n\n.. code-block:: bash\n\n git clone git://github.com/ryanmcgrath/twython-django.git\n cd twython\n python setup.py install\n\nGetting Started\n---------------\n\nAdd ``twython_django_oauth`` to your ``INSTALLED_APPS`` in your ``settings.py`` file.\n\nIf you wish to use the example template, feel free to copy that over as well.\n\nUpdate urls\n^^^^^^^^^^^\n\nSpecify the following urlconf in your root urls.py:\n\n.. code-block:: python\n\n (r'^your_url_extension/', include('twython_django_oauth.urls')),\n\nModify settings.py\n^^^^^^^^^^^^^^^^^^\n\n Add the following settings to your settings.py\n\n.. code-block:: python\n \n TWITTER_KEY = 'your_key'\n TWITTER_SECRET = 'your_secret'\n\n LOGIN_URL='/your_url_extension/login'\n LOGOUT_URL='/your_url_extension/logout'\n LOGIN_REDIRECT_URL='/'\n LOGOUT_REDIRECT_URL='/'\n\nNeed Twython Help?\n------------------\n\nIf you need help with the Twython library itself, check out the project on Github. It's all pretty self contained (``twython/endpoints.py`` contains just about every function definition you'll need):\n\nhttps://github.com/ryanmcgrath/twython\n\nQuestions, Comments, etc?\n-------------------------\n\nMy hope is that twython-django is so simple that you'd never *have* to ask any questions, but if you feel the need to contact me for this (or other) reasons, you can hit me up at ryan@venodesigns.net.\n\nOr contact me on Twitter:\n\n- `@ryanmcgrath `_", "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/ryanmcgrath/twython-django/tree/master", "keywords": "twitter search api tweet twython stream django integration", "license": "The MIT License\n\nCopyright (c) 2013 Ryan McGrath\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "twython-django", "package_url": "https://pypi.org/project/twython-django/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/twython-django/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ryanmcgrath/twython-django/tree/master" }, "release_url": "https://pypi.org/project/twython-django/1.5.2/", "requires_dist": null, "requires_python": null, "summary": "Django Integration for Twython -- the actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs", "version": "1.5.2" }, "last_serial": 894938, "releases": { "1.5.2": [ { "comment_text": "", "digests": { "md5": "3a8b7145d08cc4ef80e8eb37eb29c2b7", "sha256": "f4192186e346beac7fca3e0050999c3834c549274d35d1629c2a5f2544924fff" }, "downloads": -1, "filename": "twython-django-1.5.2.tar.gz", "has_sig": false, "md5_digest": "3a8b7145d08cc4ef80e8eb37eb29c2b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5084, "upload_time": "2013-10-15T15:05:53", "url": "https://files.pythonhosted.org/packages/0f/b4/0f93a1ac3d6c691e9b17d9a6eb7793e54a047ee7da4b20dea0a4e5e0205b/twython-django-1.5.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a8b7145d08cc4ef80e8eb37eb29c2b7", "sha256": "f4192186e346beac7fca3e0050999c3834c549274d35d1629c2a5f2544924fff" }, "downloads": -1, "filename": "twython-django-1.5.2.tar.gz", "has_sig": false, "md5_digest": "3a8b7145d08cc4ef80e8eb37eb29c2b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5084, "upload_time": "2013-10-15T15:05:53", "url": "https://files.pythonhosted.org/packages/0f/b4/0f93a1ac3d6c691e9b17d9a6eb7793e54a047ee7da4b20dea0a4e5e0205b/twython-django-1.5.2.tar.gz" } ] }