- 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
pip install rotten_tomatoes_cli
rotten search {term}
rotten search "Harry Potter"
rotten search "Master of None"
rotten tv {category}
Category Argument
new(default)popularfresh
rotten tv popular
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:
amazonprimehboitunesnetflixvudufandango
--genre/-g- Filter by specified genres
- Default: All genres
- Can specify multiple genres
- Values:
actionanimationart_and_foreignclassicscomedydocumentarydramahorrorfamilymysteryromancescifi
--sort_by- Sort results by specified value
- Default:
popularity - Values:
popularityrelease
rotten movies streaming {category}
Category Argument
new(default)alltopupcomingfresh
rotten movies streaming upcoming -l 90 -s netflix -s prime
rotten movies theaters {category}
Category Argument
opening(default)playingupcomingfresh
rotten movies theaters playing -l 90 -g action




