{ "info": { "author": "Eren Inan Canpolat", "author_email": "eren.canpolat@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Internet" ], "description": "SourPy\n=======================================================\n\nSourPy is a scraper for Ek\u015fi S\u00f6zl\u00fck, the popular Turkish social media\nsite.\n\nWarning\n-------------------------------------------------------\nThis project is not mature enough and requires a lot of testing. Use it\nat your own risk.\n\nInstallation\n-------------------------------------------------------\n\n::\n\n pip install sourpy\n\n\nDocumentation\n-------------------------------------------------------\nIn progress.\n\nUsage\n-------------------------------------------------------\n\nUser statistics can be gathered as follows:\n\n::\n\n\timport sourpy\n\timport pprint\n\n\tuser = sourpy.suser.Suser(\"ssg\")\n\n\t# son entry'leri\n\tpprint.pprint(user.get_most_recent_entries())\n\n\t# en be\u011fenilenleri\n\tpprint.pprint(user.get_top_entries())\n\n\t# en \u00e7ok favorilenen entry'leri\n\tpprint.pprint(user.get_most_favorited_entries())\n\n\t# bu hafta dikkat \u00e7ekenleri\n\tpprint.pprint(user.get_entries_rated_this_week())\n\n\t#favori entry'leri\n\tpprint.pprint(user.get_favorite_entries())\n\nEk\u015fi S\u00f6zl\u00fck interface can be used as follows:\n\n::\n\n\timport sourpy\n\timport pprint\n\n\tdebe = sourpy.get_debe()\n\tpprint.pprint(debe)\n\n\tgundem = sourpy.get_gundem()\n\tpprint.pprint(gundem)\n\n\tpena = sourpy.get_entry(\"1\")\n\tpprint.pprint(pena)\n\n\tsukela = sourpy.get_sukela()\n\tpprint.pprint(sukela)\n\n\nLicense\n-------------------------------------------------------\nCopyright (c) 2014 Eren Inan Canpolat\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see .", "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/canpolat/sourpy", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "sourpy", "package_url": "https://pypi.org/project/sourpy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sourpy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/canpolat/sourpy" }, "release_url": "https://pypi.org/project/sourpy/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Ek\u015fi S\u00f6zl\u00fck scraper", "version": "0.2.1" }, "last_serial": 1242378, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "95d7af062f136e7c4b737da3e5cfa903", "sha256": "eee406f0aed304a81369f9431efffd490c3667ffa7b740b527dc94d262ae7fc5" }, "downloads": -1, "filename": "sourpy-0.2.1.tar.gz", "has_sig": false, "md5_digest": "95d7af062f136e7c4b737da3e5cfa903", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5431, "upload_time": "2014-09-29T21:00:11", "url": "https://files.pythonhosted.org/packages/7b/e7/8a2235f661b0bfb41878bbac367da4353f9bef49ce06bce6e6faf2f5717c/sourpy-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "95d7af062f136e7c4b737da3e5cfa903", "sha256": "eee406f0aed304a81369f9431efffd490c3667ffa7b740b527dc94d262ae7fc5" }, "downloads": -1, "filename": "sourpy-0.2.1.tar.gz", "has_sig": false, "md5_digest": "95d7af062f136e7c4b737da3e5cfa903", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5431, "upload_time": "2014-09-29T21:00:11", "url": "https://files.pythonhosted.org/packages/7b/e7/8a2235f661b0bfb41878bbac367da4353f9bef49ce06bce6e6faf2f5717c/sourpy-0.2.1.tar.gz" } ] }