{ "info": { "author": "Davide Setti", "author_email": "davide.setti@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development" ], "description": "CONFIGURING TWITTERSYNC_OAUTH\n=============================\n\nSet these in your settings.py (you can obtain consumer key and secret from\ntwitter.com)::\n\n TWITTER_APP_NAME = \"Your App name\"\n TWITTER_CONSUMER_SECRET = \"####\"\n TWITTER_CONSUMER_KEY = \"####\"\n \n\nAdd twittersync_oauth to your INSTALLED_APPS **after** twittersync::\n\n INSTALLED_APPS = (\n ...\n 'twittersync',\n 'twittersync_oauth',\n ...\n )\n \n\nThen run::\n\n ./manage.py auth_twitter\n\nauth_twitter opens a twitter authentication request in your browser. Please\nnote that you can do this on your own pc and then use the resulting keys on\nyour server. Click Accept and twitter gives you a PIN. Insert this PIN in the\nmanage.py you executed. The script gives you other two variables you need to\nset in your settings.py. Done! :)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/vad/django-twittersync-oauth", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-twittersync-oauth", "package_url": "https://pypi.org/project/django-twittersync-oauth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-twittersync-oauth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/vad/django-twittersync-oauth" }, "release_url": "https://pypi.org/project/django-twittersync-oauth/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "OAuth Plugin for django-twittersync", "version": "0.1.1" }, "last_serial": 790925, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2b8e827e7f572ff415b98de512637a30", "sha256": "1347848637631d203f138a3dd0ad8a898de343467290b3eb1f119dd47cc7d6a9" }, "downloads": -1, "filename": "django-twittersync-oauth-0.1.tar.gz", "has_sig": false, "md5_digest": "2b8e827e7f572ff415b98de512637a30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3077, "upload_time": "2011-01-11T16:04:37", "url": "https://files.pythonhosted.org/packages/e3/f5/216140624f6f8212c6ecfd14393b7f398419758256f3725ea459edaf2b15/django-twittersync-oauth-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "be8fa08c0bdd66ec6d345f90d4bf7fd7", "sha256": "2a4bfb46b2f97d7fab70c541a4f73de98199f2b462f701a2899fa29dd421c152" }, "downloads": -1, "filename": "django-twittersync-oauth-0.1.1.tar.gz", "has_sig": false, "md5_digest": "be8fa08c0bdd66ec6d345f90d4bf7fd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3222, "upload_time": "2011-01-25T10:49:14", "url": "https://files.pythonhosted.org/packages/f7/d2/57ee47c05b661baabf2aaeafc0dbcd80430a12875b55a59f6d17142cdb16/django-twittersync-oauth-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "be8fa08c0bdd66ec6d345f90d4bf7fd7", "sha256": "2a4bfb46b2f97d7fab70c541a4f73de98199f2b462f701a2899fa29dd421c152" }, "downloads": -1, "filename": "django-twittersync-oauth-0.1.1.tar.gz", "has_sig": false, "md5_digest": "be8fa08c0bdd66ec6d345f90d4bf7fd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3222, "upload_time": "2011-01-25T10:49:14", "url": "https://files.pythonhosted.org/packages/f7/d2/57ee47c05b661baabf2aaeafc0dbcd80430a12875b55a59f6d17142cdb16/django-twittersync-oauth-0.1.1.tar.gz" } ] }