Rotten Tomatoes Command Line Tool
Project description
Introduction
Search for movies and tv shows on Rotten Tomatoes from the command line
Browse movies in theaters or on various streaming platforms like Netflix and Amazon Prime
Install
pip install rotten_tomatoes_cli
Search
rotten search {term}
Harry Potter Example
rotten search "Harry Potter"
Master of None Example
rotten search "Master of None"
TV
rotten tv {category}
Category Argument * new (default) * popular * fresh
Browse Popular TV Shows Example
rotten tv popular
Movies
Options: * --minimum_rating / -l * Minimum allowable Rotten Tomatoes score * Default: 70 * --maximum_rating / -h * Maximum allowable Rotten Tomatoes score * Default: 100 * --certified_fresh / -f * Boolean flag that represents whether or not to only show “Certified Fresh” movies * Default: True * --service / -s * Filter by specified streaming services * Default: All services * Can specify multiple services * Values: * amazon * prime * hbo * itunes * netflix * vudu * fandango * --genre / -g * Filter by specified genres * Default: All genres * Can specify multiple genres * Values: * action * animation * art_and_foreign * classics * comedy * documentary * drama * horror * family * mystery * romance * scifi * --sort_by * Sort results by specified value * Default: popularity * Values: * popularity * release
Streaming
rotten movies streaming {category}
Category Argument * new (default) * all * top * upcoming * fresh
Upcoming movies on Netflix or Amazon Prime with a minimum rating of 90
rotten movies streaming upcoming -l 90 -s netflix -s prime
Theaters
rotten movies theaters {category}
Category Argument * opening (default) * playing * upcoming * fresh
Action movies in theaters with a minimum rating of 90
rotten movies theaters playing -l 90 -g action
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for rotten_tomatoes_cli-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43b26b6abe915c9344df3c3e26817f62a437e6ca8b4628114cc83e58526271e7 |
|
MD5 | 03f74be3a0e6524ce2b83fa841911743 |
|
BLAKE2b-256 | dfbbf3fff6ea3f4cd079a40261619fb661c5976ecad0eb8db4a8164e7625fef8 |