{ "info": { "author": "Raphael Jasjukaitis", "author_email": "webmaster@raphaa.de", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "====================\nDjango-Social-Poster\n====================\n\nSignals for posting messages on Facebook and Twitter.\n\n\nRequirements\n============\n\n * Django\n * facepy\n * python-twitter\n\n\nInstallation\n============\n\nUsing PyPI you can simply type into a terminal::\n\n pip install django-social-poster\n\nor::\n\n easy_install django-social-poster\n\n\nConfiguration\n=============\n\nAdd ``social_poster`` to the list of ``INSTALLED_APPS`` in your ``settings.py``\nfile.\n\n\nFollowing settings are required:\n\n\nTwitter\n-------\n\n * ``TWITTER_CONSUMER_KEY``\n * ``TWITTER_CONSUMER_SECRET``\n * ``TWITTER_ACCESS_TOKEN_KEY``\n * ``TWITTER_ACCESS_TOKEN_SECRET``\n\nYou have to create a `new Twitter application\n`_. After creating one, the four required\nstrings are in the details tab. Please make sure that the application can write.\nYou can set the permissions in the settings tab.\n\n\nFacebook\n--------\n\n * ``FACEBOOK_ACCESS_TOKEN``: You can get the required access token at the `Graph Explorer `_\n\n\nIn your models, you have to create a new model which inherits from\n``social_poster.models.AbstractSocialPoster``. Please override\n``twitter_message`` and ``facebook_message``, because they are empty. Don't forget to sync your database!\n\n\nLast but not least, add signals::\n\n from social_poster import signals\n models.signals.post_save.connect(signals.post_to_twitter,\n sender=MyModel)\n models.signals.post_save.connect(signals.post_to_facebook,\n sender=MyModel)\n\n\nAuthor\n======\n\nCopyright 2013 Raphael Jasjukaitis \n\n\nReleased under the BSD license.", "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/raphaa/django-social-poster", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-social-poster", "package_url": "https://pypi.org/project/django-social-poster/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-social-poster/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/raphaa/django-social-poster" }, "release_url": "https://pypi.org/project/django-social-poster/0.1/", "requires_dist": null, "requires_python": null, "summary": "Signals for posting messages on Facebook and Twitter.", "version": "0.1" }, "last_serial": 790694, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e99ea4377a0422b98dedc3bfeb44aa51", "sha256": "3637451275332de3220e72e1f8a520317879c5947d8a834ea728020f92a7b5a3" }, "downloads": -1, "filename": "django-social-poster-0.1.tar.gz", "has_sig": false, "md5_digest": "e99ea4377a0422b98dedc3bfeb44aa51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3844, "upload_time": "2013-02-20T16:06:23", "url": "https://files.pythonhosted.org/packages/9f/0b/26331c4859fae3cc3de0045b8b595cfe58eca316e299a0dccdd55427a13b/django-social-poster-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e99ea4377a0422b98dedc3bfeb44aa51", "sha256": "3637451275332de3220e72e1f8a520317879c5947d8a834ea728020f92a7b5a3" }, "downloads": -1, "filename": "django-social-poster-0.1.tar.gz", "has_sig": false, "md5_digest": "e99ea4377a0422b98dedc3bfeb44aa51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3844, "upload_time": "2013-02-20T16:06:23", "url": "https://files.pythonhosted.org/packages/9f/0b/26331c4859fae3cc3de0045b8b595cfe58eca316e299a0dccdd55427a13b/django-social-poster-0.1.tar.gz" } ] }