{ "info": { "author": "Jae Bradley", "author_email": "jae.b.bradley@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Rotten Tomatoes CLI\n\n[![Build Status](https://travis-ci.org/jaebradley/rotten_tomatoes_cli.svg?branch=master)](https://travis-ci.org/jaebradley/rotten_tomatoes_cli)\n[![PyPI version](https://badge.fury.io/py/rotten_tomatoes_cli.svg)](https://badge.fury.io/py/rotten_tomatoes_cli)\n[![codecov](https://codecov.io/gh/jaebradley/rotten_tomatoes_cli/branch/master/graph/badge.svg)](https://codecov.io/gh/jaebradley/rotten_tomatoes_cli)\n\n* [Introduction](https://github.com/jaebradley/rotten_tomatoes_cli#introduction)\n* [Install](https://github.com/jaebradley/rotten_tomatoes_cli#install)\n* [Search](https://github.com/jaebradley/rotten_tomatoes_cli#search)\n * [Harry Potter Example](https://github.com/jaebradley/rotten_tomatoes_cli#harry-potter-example)\n * [Master of None Example](https://github.com/jaebradley/rotten_tomatoes_cli#master-of-none-example)\n* [TV](https://github.com/jaebradley/rotten_tomatoes_cli#tv)\n * [Browse Popular TV Shows Example](https://github.com/jaebradley/rotten_tomatoes_cli#browse-popular-tv-shows-example)\n* [Movies](https://github.com/jaebradley/rotten_tomatoes_cli#movies)\n * [Streaming](https://github.com/jaebradley/rotten_tomatoes_cli#streaming)\n * [Upcoming movies on Netflix or Amazon Prime with a minimum rating of 90](https://github.com/jaebradley/rotten_tomatoes_cli#upcoming-movies-on-netflix-or-amazon-prime-with-a-minimum-rating-of-90)\n * [Theaters](https://github.com/jaebradley/rotten_tomatoes_cli#theaters)\n * [Action movies in theaters with a minimum rating of 90](https://github.com/jaebradley/rotten_tomatoes_cli#action-movies-in-theaters-with-a-minimum-rating-of-90)\n\n## Introduction\n\n* Search for movies and tv shows on Rotten Tomatoes from the command line\n* Browse movies in theaters or on various streaming platforms like Netflix and Amazon Prime\n\n## Install\n`pip install rotten_tomatoes_cli`\n\n## Search\n\n`rotten search {term}`\n\n### Harry Potter Example\n\n`rotten search \"Harry Potter\"`\n\n![alt-text](http://imgur.com/MNAwVxI.png)\n\n### Master of None Example\n\n`rotten search \"Master of None\"`\n\n![alt-text](http://imgur.com/FNPejbR.png)\n\n## TV\n\n`rotten tv {category}`\n\nCategory Argument\n* `new` (default)\n* `popular`\n* `fresh`\n\n### Browse Popular TV Shows Example\n\n`rotten tv popular`\n\n![alt-text](http://imgur.com/3PYkLuz.png)\n\n## Movies\n\nOptions:\n* `--minimum_rating` / `-l`\n * Minimum allowable Rotten Tomatoes score\n * Default: `70`\n* `--maximum_rating` / `-h`\n * Maximum allowable Rotten Tomatoes score\n * Default: `100`\n* `--certified_fresh` / `-f`\n * Boolean flag that represents whether or not to only show \"Certified Fresh\" movies\n * Default: `True`\n* `--service` / `-s`\n * Filter by specified streaming services\n * Default: All services\n * Can specify multiple services\n * Values:\n * `amazon`\n * `prime`\n * `hbo`\n * `itunes`\n * `netflix`\n * `vudu`\n * `fandango`\n* `--genre` / `-g`\n * Filter by specified genres\n * Default: All genres\n * Can specify multiple genres\n * Values:\n * `action`\n * `animation`\n * `art_and_foreign`\n * `classics`\n * `comedy`\n * `documentary`\n * `drama`\n * `horror`\n * `family`\n * `mystery`\n * `romance`\n * `scifi`\n* `--sort_by`\n * Sort results by specified value\n * Default: `popularity`\n * Values:\n * `popularity`\n * `release`\n\n\n### Streaming\n\n`rotten movies streaming {category}`\n\nCategory Argument\n* `new` (default)\n* `all`\n* `top`\n* `upcoming`\n* `fresh`\n\n#### Upcoming movies on Netflix or Amazon Prime with a minimum rating of 90\n\n`rotten movies streaming upcoming -l 90 -s netflix -s prime`\n\n![alt-text](http://imgur.com/7aP33au.png)\n\n### Theaters\n\n`rotten movies theaters {category}`\n\nCategory Argument\n* `opening` (default)\n* `playing`\n* `upcoming`\n* `fresh`\n\n#### Action movies in theaters with a minimum rating of 90\n\n`rotten movies theaters playing -l 90 -g action`\n\n![alt-text](http://imgur.com/vU54rQr.png)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jaebradley/rotten_tomatoes_cli", "keywords": "Movies,Rotten Tomatoes", "license": "", "maintainer": "", "maintainer_email": "", "name": "rotten-tomatoes-cli", "package_url": "https://pypi.org/project/rotten-tomatoes-cli/", "platform": "", "project_url": "https://pypi.org/project/rotten-tomatoes-cli/", "project_urls": { "Homepage": "https://github.com/jaebradley/rotten_tomatoes_cli" }, "release_url": "https://pypi.org/project/rotten-tomatoes-cli/0.0.3/", "requires_dist": null, "requires_python": ">=3.4", "summary": "Rotten Tomatoes Command Line Tool", "version": "0.0.3" }, "last_serial": 5608172, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "03f74be3a0e6524ce2b83fa841911743", "sha256": "43b26b6abe915c9344df3c3e26817f62a437e6ca8b4628114cc83e58526271e7" }, "downloads": -1, "filename": "rotten_tomatoes_cli-0.0.1.tar.gz", "has_sig": false, "md5_digest": "03f74be3a0e6524ce2b83fa841911743", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6958, "upload_time": "2017-05-30T03:28:11", "url": "https://files.pythonhosted.org/packages/df/bb/f3fff6ea3f4cd079a40261619fb661c5976ecad0eb8db4a8164e7625fef8/rotten_tomatoes_cli-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "dec7a43af511444c0d21686a25436b37", "sha256": "e372f7828b480001b70fbbc958d98f002005cc586ee71643a492aaf602c2c229" }, "downloads": -1, "filename": "rotten_tomatoes_cli-0.0.2.tar.gz", "has_sig": false, "md5_digest": "dec7a43af511444c0d21686a25436b37", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 7818, "upload_time": "2019-07-30T04:38:43", "url": "https://files.pythonhosted.org/packages/a0/08/e6ea104d0e036211897d958153f26ea6c03521f2b680b04d7db3b5f90913/rotten_tomatoes_cli-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "a4d1f906070790551b45e3fd640ebf6b", "sha256": "f576cb05888a27481dc1ac8790b7a2bbc06228d29d4f26a67c00e7778e396199" }, "downloads": -1, "filename": "rotten_tomatoes_cli-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a4d1f906070790551b45e3fd640ebf6b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 7513, "upload_time": "2019-07-30T14:57:20", "url": "https://files.pythonhosted.org/packages/b5/c9/2fa1b19276c56ae706b2dea8fab545dfd97b6c0c6cf1a7af27aa998f5b47/rotten_tomatoes_cli-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a4d1f906070790551b45e3fd640ebf6b", "sha256": "f576cb05888a27481dc1ac8790b7a2bbc06228d29d4f26a67c00e7778e396199" }, "downloads": -1, "filename": "rotten_tomatoes_cli-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a4d1f906070790551b45e3fd640ebf6b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 7513, "upload_time": "2019-07-30T14:57:20", "url": "https://files.pythonhosted.org/packages/b5/c9/2fa1b19276c56ae706b2dea8fab545dfd97b6c0c6cf1a7af27aa998f5b47/rotten_tomatoes_cli-0.0.3.tar.gz" } ] }