{ "info": { "author": "Francois Constant", "author_email": "francois.constant@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-twitter-feed\n===================\n\nReally simple app to show a Twitter feed in your Django application.\n\nIt's using a a task to update the feed regularly.\n\n\nSet-up:\n-------\n\n1.Add it to your \"INSTALLED_APPS\" settings:\n\n INSTALLED_APPS = (\n ...\n 'twitter_feed',\n ...\n )\n\n2.Add your twitter account API access in the settings like this:\n\n TWITTER_FEED_CONSUMER_PUBLIC_KEY = '...'\n TWITTER_FEED_CONSUMER_SECRET = '...'\n TWITTER_FEED_OPEN_AUTH_TOKEN = '...'\n TWITTER_FEED_OPEN_AUTH_SECRET = '...'\n\n3.Run `python manage.py migrate` (if you use South) or `python manage.py syncdb`\n\n4.Run the following command lines to test your Twitter credentials and save the initial feeds:\n* `python manage.py update_tweets`\n* `python manage.py show_tweets`\n\n5.In a template, show the latest 10 tweets for example:\n\n {% load twitter_feed_tags %}\n {% latest_tweets 10 %}\n\n6.Customise the template - simply create a copy of `twitter_feed/latest_tweets.html` and edit it.\n\nFor example:\n\n\t{% load twitter_feed_tags %}\n\n\t
\n \t{% for tweet in tweets %}\n\t
\n \t

{{ tweet.content|linkify_twitter_status|urlize|url_target_blank }}

\n \t

{{ tweet.published_at|date:\"F d, Y\" }}

\n\t
\n \t{% endfor %}\n\t
\n\t\n7.Make sure `python manage.py update_tweets` is regurlalry called.", "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/FrancoisConstant/django-twitter-feed", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-twitter-feed", "package_url": "https://pypi.org/project/django-twitter-feed/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-twitter-feed/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/FrancoisConstant/django-twitter-feed" }, "release_url": "https://pypi.org/project/django-twitter-feed/0.2/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to show a Twitter feed.", "version": "0.2" }, "last_serial": 1141170, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4fdcf4b4f3fe16f552d9cc14f69ec7fd", "sha256": "3c6cf153425b7a62695907bfeee7835c9580e28025ee4fb4de33aff897942a6b" }, "downloads": -1, "filename": "django-twitter-feed-0.1.tar.gz", "has_sig": false, "md5_digest": "4fdcf4b4f3fe16f552d9cc14f69ec7fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3703, "upload_time": "2014-06-29T06:16:14", "url": "https://files.pythonhosted.org/packages/a8/47/50b56db5b940075c75b2e729075ec725f5d9ab68a30c1e6b857796a57466/django-twitter-feed-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "5b663dd3edc06c72b15d7899f63f11d0", "sha256": "f40a7b4e29c488807f5a3375b04ce31f402a65d40810628084d6be5e6c1ee9df" }, "downloads": -1, "filename": "django-twitter-feed-0.2.tar.gz", "has_sig": false, "md5_digest": "5b663dd3edc06c72b15d7899f63f11d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4054, "upload_time": "2014-06-29T06:25:15", "url": "https://files.pythonhosted.org/packages/5e/62/58e2bd48d24c78bb432b6edf476ac05c8bae2ec4bddbf9b2163a2607df84/django-twitter-feed-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5b663dd3edc06c72b15d7899f63f11d0", "sha256": "f40a7b4e29c488807f5a3375b04ce31f402a65d40810628084d6be5e6c1ee9df" }, "downloads": -1, "filename": "django-twitter-feed-0.2.tar.gz", "has_sig": false, "md5_digest": "5b663dd3edc06c72b15d7899f63f11d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4054, "upload_time": "2014-06-29T06:25:15", "url": "https://files.pythonhosted.org/packages/5e/62/58e2bd48d24c78bb432b6edf476ac05c8bae2ec4bddbf9b2163a2607df84/django-twitter-feed-0.2.tar.gz" } ] }