{ "info": { "author": "Mishbah Razzaque", "author_email": "mishbahx@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "=============================\ndjangocms-twitter2\n=============================\n\n.. image:: http://img.shields.io/travis/mishbahr/djangocms-twitter2.svg?style=flat-square\n :target: https://travis-ci.org/mishbahr/djangocms-twitter2/\n\n.. image:: http://img.shields.io/pypi/v/djangocms-twitter2.svg?style=flat-square\n :target: https://pypi.python.org/pypi/djangocms-twitter2/\n :alt: Latest Version\n\n.. image:: http://img.shields.io/pypi/dm/djangocms-twitter2.svg?style=flat-square\n :target: https://pypi.python.org/pypi/djangocms-twitter2/\n :alt: Downloads\n\n.. image:: http://img.shields.io/pypi/l/djangocms-twitter2.svg?style=flat-square\n :target: https://pypi.python.org/pypi/djangocms-twitter2/\n :alt: License\n\n.. image:: http://img.shields.io/coveralls/mishbahr/djangocms-twitter2.svg?style=flat-square\n :target: https://coveralls.io/r/mishbahr/djangocms-twitter2?branch=master\n\n\nUse ``djangocms-twitter2`` to embed a timeline for Tweets from an individual user, a user\u2019s favorites or any search query or hashtag.\n\nThis project requires `django-connected `_ and ``django-cms`` v3.0 or higher to be properly installed and configured. When installing the ``djangocms-twitter2`` using pip, ``django-connected`` will also be installed automatically.\n\n\nPreview\n--------\n\nPlease click on thumbnail for bigger image.\n\n.. image:: http://mishbahr.github.io/djangocms-twitter2/assets/djangocms-twitter2_001.png\n :width: 768px\n :align: center\n\nQuickstart\n----------\n\n1. Install ``djangocms-twitter2``::\n\n pip install djangocms-twitter2\n\n2. Add ``djangocms_twitter`` to ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...\n 'connected_accounts',\n 'connected_accounts.providers',\n 'djangocms_twitter',\n ...\n )\n\n3. To enable ``Twitter`` as a provider for ``django-connected`` \u2014 you can register an app on Twitter via https://apps.twitter.com/app/new::\n\n CONNECTED_ACCOUNTS_TWITTER_CONSUMER_KEY = ''\n CONNECTED_ACCOUNTS_TWITTER_CONSUMER_SECRET = ''\n\n\n4. Sync database (requires ``south>=1.0.1`` if you are using Django 1.6.x)::\n\n python manage.py migrate\n\n\nConfiguration\n--------------\n\nPlugin(s) Module - If module is None, plugin is grouped Generic group::\n\n DJANGOCMS_TWITTER_PLUGIN_MODULE = _('Generic')\n\nName of the plugin::\n\n DJANGOCMS_TWITTER_PLUGIN_NAME = _('Twitter')\n\nCan this plugin only be attached to a placeholder that is attached to a page::\n\n DJANGOCMS_TWITTER_PAGE_ONLY = False\n\nA list of Plugin Class Names. If this is set, this plugin may only be added to plugins listed here::\n\n DJANGOCMS_TWITTER_PARENT_CLASSES = None\n\nIs it required that this plugin is a child of another plugin? Or can it be added to any placeholder::\n\n DJANGOCMS_TWITTER_REQUIRE_PARENT = False\n\nWhether this plugin can be used in text plugins or not::\n\n DJANGOCMS_TWITTER_TEXT_ENABLED = False\n\nThe path to the default template used to render the template::\n\n DJANGOCMS_TWITTER_DEFAULT_TEMPLATE = 'djangocms_twitter/default.html'\n\nor override the ``Design`` dropdown choices to have different design options::\n\n DJANGOCMS_TWITTER_TEMPLATES = (\n ('djangocms_twitter/default.html', _('Default')),\n )\n\nYou may also like...\n--------------------\n\n* djangocms-disqus - https://github.com/mishbahr/djangocms-disqus\n* djangocms-fbcomments - https://github.com/mishbahr/djangocms-fbcomments\n* djangocms-forms \u2014 https://github.com/mishbahr/djangocms-forms\n* djangocms-gmaps \u2014 https://github.com/mishbahr/djangocms-gmaps\n* djangocms-instagram \u2014 https://github.com/mishbahr/djangocms-instagram\n* djangocms-responsive-wrapper \u2014 https://github.com/mishbahr/djangocms-responsive-wrapper\n* djangocms-youtube \u2014 https://github.com/mishbahr/djangocms-youtube", "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/mishbahr/djangocms-twitter2", "keywords": "djangocms-twitter2", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "djangocms-twitter2", "package_url": "https://pypi.org/project/djangocms-twitter2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangocms-twitter2/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mishbahr/djangocms-twitter2" }, "release_url": "https://pypi.org/project/djangocms-twitter2/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "The easiest way to display tweets for your django-cms powered site, using the latest Twitter 1.1 API. It's a great option for embedding tweets on your site without third-party widgets.", "version": "0.1.1" }, "last_serial": 1740846, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "000af9140231eac619a258db4a251db6", "sha256": "42715d273532de04b748d312477530bf0ddf775eb8a1b66124125f9134c66d05" }, "downloads": -1, "filename": "djangocms-twitter2-0.1.0.tar.gz", "has_sig": false, "md5_digest": "000af9140231eac619a258db4a251db6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15181, "upload_time": "2015-06-01T12:04:37", "url": "https://files.pythonhosted.org/packages/d1/c9/0ec7882ede00aa07090cd64671971f5874819e92c4871879fa608d9e916b/djangocms-twitter2-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b31cab2ad10db462b50b6184d75072f3", "sha256": "7630d1567101235650e95092a6d2e849909085cfa20d2ad8120451321bdd78d1" }, "downloads": -1, "filename": "djangocms-twitter2-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b31cab2ad10db462b50b6184d75072f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15192, "upload_time": "2015-06-01T21:01:39", "url": "https://files.pythonhosted.org/packages/83/da/2e212d9934258817dbc7a073ead9a4f014f2361f4eff8e7b3d6fa000b3f3/djangocms-twitter2-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b31cab2ad10db462b50b6184d75072f3", "sha256": "7630d1567101235650e95092a6d2e849909085cfa20d2ad8120451321bdd78d1" }, "downloads": -1, "filename": "djangocms-twitter2-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b31cab2ad10db462b50b6184d75072f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15192, "upload_time": "2015-06-01T21:01:39", "url": "https://files.pythonhosted.org/packages/83/da/2e212d9934258817dbc7a073ead9a4f014f2361f4eff8e7b3d6fa000b3f3/djangocms-twitter2-0.1.1.tar.gz" } ] }