{ "info": { "author": "Fantomas42", "author_email": "fantomas42@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==============\nZinnia-twitter\n==============\n\nZinnia-twitter is a package putting your entries on `Twitter`_.\n\nInstallation\n============\n\n* Install the package on your system: ::\n\n $ pip install zinnia-twitter\n\n `Tweepy`_ will also be installed as a dependency.\n\n* Register the ``'zinnia_twitter'`` in your ``INSTALLED_APPS`` after the\n ``'zinnia'`` application.\n\n* Define these following settings with your credentials:\n\n * ``TWITTER_CONSUMER_KEY``\n * ``TWITTER_CONSUMER_SECRET``\n * ``TWITTER_ACCESS_KEY``\n * ``TWITTER_ACCESS_SECRET``\n\n* If you have enabled one of the ``zinnia-wysiwyg-xxx`` plugin widget, you\n need to reconstruct the ``EntryAdmin`` class manually with the provided\n mixins: ::\n\n from zinnia.admin.entry import EntryAdmin\n from zinnia_twitter.admin import EntryAdminTwitterMixin\n from zinnia_ckeditor.admin import EntryAdminCKEditorMixin\n\n class FinalEntryAdmin(EntryAdminCKEditorMixin,\n EntryAdminTwitterMixin,\n EntryAdmin):\n pass\n\n admin.site.unregister(Entry)\n admin.site.register(Entry, FinalEntryAdmin)\n\nNote that the authentification for Twitter has changed since\nSeptember 2010. The actual authentification system is based on\noAuth. That\u2019s why now you need to set these 4 settings. If you don\u2019t know\nhow to get these information, follow this excellent tutorial at:\n\nhttp://talkfast.org/2010/05/31/twitter-from-the-command-line-in-python-using-oauth/\n\nYou can replace the script mentionned in the step 3 of the tutorial by the\n``get_twitter_access`` management command provided by the application, once\nyou have your CONSUMER_KEY and CONSUMER_SECRET.\n\nNow in the admin, you can post an update containing your entry\u2019s title and\nthe shortened URL of your entry.\n\n.. _Twitter: https://twitter.com\n.. _Tweepy: http://www.tweepy.org/", "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/Fantomas42/zinnia-twitter", "keywords": "django,zinnia,twitter", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "zinnia-twitter", "package_url": "https://pypi.org/project/zinnia-twitter/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zinnia-twitter/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Fantomas42/zinnia-twitter" }, "release_url": "https://pypi.org/project/zinnia-twitter/1.1/", "requires_dist": null, "requires_python": null, "summary": "Twitter plugin for django-blog-zinnia", "version": "1.1" }, "last_serial": 1429623, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "586f751bf2a81e551441b4c482d91c4d", "sha256": "9c255a27abb45a5e51d66d124cb54f6721179947e86777732b6c3448df7c06ca" }, "downloads": -1, "filename": "zinnia-twitter-1.0.tar.gz", "has_sig": false, "md5_digest": "586f751bf2a81e551441b4c482d91c4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8171, "upload_time": "2014-05-12T10:29:46", "url": "https://files.pythonhosted.org/packages/63/e6/bdcb8a9aaa0001fdeef814523b4f7ba3a6fcd645cbd4898696e18f1d8138/zinnia-twitter-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "0eb81c1139b82a73822529069cc399b3", "sha256": "c93c2e0d8d54d96c4d38d5fe3e1ea521de7db2bd13aa0a5567d85d86a6dd5244" }, "downloads": -1, "filename": "zinnia-twitter-1.1.tar.gz", "has_sig": false, "md5_digest": "0eb81c1139b82a73822529069cc399b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8678, "upload_time": "2015-02-19T10:40:37", "url": "https://files.pythonhosted.org/packages/7f/ab/b57603d761860370c8eede531906bfdf3e095dc3af04afcb6c564ab6c318/zinnia-twitter-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0eb81c1139b82a73822529069cc399b3", "sha256": "c93c2e0d8d54d96c4d38d5fe3e1ea521de7db2bd13aa0a5567d85d86a6dd5244" }, "downloads": -1, "filename": "zinnia-twitter-1.1.tar.gz", "has_sig": false, "md5_digest": "0eb81c1139b82a73822529069cc399b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8678, "upload_time": "2015-02-19T10:40:37", "url": "https://files.pythonhosted.org/packages/7f/ab/b57603d761860370c8eede531906bfdf3e095dc3af04afcb6c564ab6c318/zinnia-twitter-1.1.tar.gz" } ] }