{ "info": { "author": "Renjith S Raj", "author_email": "renjith.r@tringapps.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Internet" ], "description": "#SocialShare \n\nOverView \n=====================================================================================\nSocialshare provide a mechanism for share a contents on social media\u2019s\n\n\nDependencies\n======================================================================================\n\nTwitter support Depends on Twython \nAccess Token for the users.\n\nInstallation \n======================================================================================\n\nFrom pypi:\n==========\n\n Pip install socialshare or easy_install socialshare\nFrom github:\n==========\n\n Clone : https://github.com/renjith-tring/socialshare\n\nConfiguration in Django projects:\n================================\n\n\n\nSettings.py \n===========\n\n Installed apps:\n \n INSTALLED_APPS = (\n 'Socialshare',\n )\n\n\nViews.py\n=============\n From socialshare.share import * \n[ linkedin_share, facebook_share, google_share , twitter_share ] \n\nFacebook Share :\n===============\n response = facebook_share(params=None,access_token=None)\n\nParams \n1 . params = {'message':'your own message','link':'image link[make sure the url]','caption':'Caption', 'description':'Description', 'created_time'://current date}\n\n2. Access_token = \u201c user accesstoken \u201c\n 3 . response in json format\n\n\nLinkedin Share\n===============\n \n response = linkedin_share(params=None,access_token=None)\n\nParams\n1. params = {'comment':comment,'content': {'title': title,'submitted-url':submitted_url, 'submitted-image-url':image_url,'description': description,},'visibility': {'code': 'anyone'}}\n2 . access_token = \u201cuser token \u201c\n\nGoogle Plus Share\n=================\n\nGoogle is not providing stream api for share the contents , so here we are passing in the url for shared contents , then it will pop up in google plus comment window [ http://www.awesomescreenshot.com/image/1085814/ade4b9f86665dec52abe88eb10912a4e ] , then user can enter comments and publish in their account .\n\n google_share(share_url=None)\n \n Params\n 1 . share_url = \u201cvalid url \u201c", "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/renjith-tring/socialshare", "keywords": "django,social,share", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "socialshare", "package_url": "https://pypi.org/project/socialshare/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/socialshare/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/renjith-tring/socialshare" }, "release_url": "https://pypi.org/project/socialshare/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "social share is package for share contents on social media networks.", "version": "0.1.3" }, "last_serial": 2009989, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "a2def6c70b4700f5525eecf1f88edc37", "sha256": "79c9ded4ca0a95cd2090aa291b758596558cc6843461c80a0eb4903594a06a18" }, "downloads": -1, "filename": "socialshare-0.1.3.tar.gz", "has_sig": false, "md5_digest": "a2def6c70b4700f5525eecf1f88edc37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4400, "upload_time": "2016-03-16T12:06:17", "url": "https://files.pythonhosted.org/packages/f8/96/631792573f61bae0fc8135e848fd954f55c4fcd7177577f16d2934c280d3/socialshare-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a2def6c70b4700f5525eecf1f88edc37", "sha256": "79c9ded4ca0a95cd2090aa291b758596558cc6843461c80a0eb4903594a06a18" }, "downloads": -1, "filename": "socialshare-0.1.3.tar.gz", "has_sig": false, "md5_digest": "a2def6c70b4700f5525eecf1f88edc37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4400, "upload_time": "2016-03-16T12:06:17", "url": "https://files.pythonhosted.org/packages/f8/96/631792573f61bae0fc8135e848fd954f55c4fcd7177577f16d2934c280d3/socialshare-0.1.3.tar.gz" } ] }