{ "info": { "author": "Sandip Bhagat", "author_email": "sandipbgt@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "goodreads-quotes\n================\n\nA Python module to fetch popular quotes and quote of the day from `Goodreads `_ page.\n\nDependencies\n------------\n\nThis package depends on the following packages:\n\n- requests\n- lxml\n- u\n\nThey can be installed using ``pip``.\n\n::\n\n sudo pip install -r requirements.txt\n\n\nInstallation\n------------\n\n- You will need [Python 3](https://www.python.org/download/).\n- [pip](http://pip.readthedocs.org/en/latest/installing.html) is recommended for installing dependencies.\n\n::\n\n sudo pip install goodreads_quotes\n\nGetting Started\n---------------\n\n.. code:: python\n\n from goodreads_quotes import Goodreads\n\n print(Goodreads.get_popular_quotes())\n print(Goodreads.get_popular_quotes_as_json())\n print(Goodreads.get_daily_quote())\n print(Goodreads.get_daily_quote_json())\n\nFeatures\n--------\n\n- Popular quotes\n- Daily quote\n\nContribution\n------------\n\nFeel free to create a Github issue. Also, you are more than welcome to submit\na pull request for a bug fix or additional feature.\n\nLicense\n-------\n\n`MIT 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/sandipbgt/goodreads-quotes", "keywords": "goodreads,quotes,motivation,daily-quotes,popular-quotes", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "goodreads_quotes", "package_url": "https://pypi.org/project/goodreads_quotes/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/goodreads_quotes/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sandipbgt/goodreads-quotes" }, "release_url": "https://pypi.org/project/goodreads_quotes/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Fetches popular quotes and quote of the day from goodreads.com website", "version": "0.1.0" }, "last_serial": 1820204, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a42d07e86cd5565d597045ec1677eac5", "sha256": "ade11bc6ae153fb350e0771192903e68db16a1900c2d5f72a9db1bba9e3a1b4f" }, "downloads": -1, "filename": "goodreads_quotes-0.1.0.linux-i686.tar.gz", "has_sig": false, "md5_digest": "a42d07e86cd5565d597045ec1677eac5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3308, "upload_time": "2015-11-17T10:45:38", "url": "https://files.pythonhosted.org/packages/6a/bf/4801db14743ae10e62d46f64d240ae4611fb21b50fa3678fd1f8ce568891/goodreads_quotes-0.1.0.linux-i686.tar.gz" }, { "comment_text": "", "digests": { "md5": "3debefed4bc78a7d9f5b5aba389a320c", "sha256": "c405c3cb2071d85e763501ba653c306ad04be0d344e754f6ec538c82ef1ecefa" }, "downloads": -1, "filename": "goodreads_quotes-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3debefed4bc78a7d9f5b5aba389a320c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2307, "upload_time": "2015-11-17T10:45:43", "url": "https://files.pythonhosted.org/packages/b0/12/bea7393c9ce300980db91a18a5e7a3616967473f94c9f8232eda7b3e876e/goodreads_quotes-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a42d07e86cd5565d597045ec1677eac5", "sha256": "ade11bc6ae153fb350e0771192903e68db16a1900c2d5f72a9db1bba9e3a1b4f" }, "downloads": -1, "filename": "goodreads_quotes-0.1.0.linux-i686.tar.gz", "has_sig": false, "md5_digest": "a42d07e86cd5565d597045ec1677eac5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3308, "upload_time": "2015-11-17T10:45:38", "url": "https://files.pythonhosted.org/packages/6a/bf/4801db14743ae10e62d46f64d240ae4611fb21b50fa3678fd1f8ce568891/goodreads_quotes-0.1.0.linux-i686.tar.gz" }, { "comment_text": "", "digests": { "md5": "3debefed4bc78a7d9f5b5aba389a320c", "sha256": "c405c3cb2071d85e763501ba653c306ad04be0d344e754f6ec538c82ef1ecefa" }, "downloads": -1, "filename": "goodreads_quotes-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3debefed4bc78a7d9f5b5aba389a320c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2307, "upload_time": "2015-11-17T10:45:43", "url": "https://files.pythonhosted.org/packages/b0/12/bea7393c9ce300980db91a18a5e7a3616967473f94c9f8232eda7b3e876e/goodreads_quotes-0.1.0.tar.gz" } ] }