All Projects → jaebradley → rotten_tomatoes_cli

jaebradley / rotten_tomatoes_cli

Licence: MIT License
Rotten Tomatoes CLI

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to rotten tomatoes cli

rotten tomatoes client
Authless Client for Rotten Tomatoes
Stars: ✭ 16 (+14.29%)
Mutual labels:  pip, rotten-tomatoes, rottentomatoes
rfc-bibtex
A command line tool that creates bibtex entries for IETF RFCs and Internet Drafts.
Stars: ✭ 43 (+207.14%)
Mutual labels:  pip, command-line-tool
pip upgrade outdated
Install outdated python packages.
Stars: ✭ 62 (+342.86%)
Mutual labels:  pip, command-line-tool
gogs-bash
Bash Script for Interacting with the GOGS API
Stars: ✭ 31 (+121.43%)
Mutual labels:  command-line-tool
pc guidelines
Guidelines for using IvLabs PC. General instructions for maintaining and using any PC/laptop while using Ubuntu for Robotics/DL/RL research.
Stars: ✭ 23 (+64.29%)
Mutual labels:  pip
yj
Command line tool that converts YAML to JSON
Stars: ✭ 62 (+342.86%)
Mutual labels:  command-line-tool
pipecolor
A terminal filter to colorize output
Stars: ✭ 17 (+21.43%)
Mutual labels:  command-line-tool
electron-open-url
Open URL with Electron window from command line or Node.js program
Stars: ✭ 16 (+14.29%)
Mutual labels:  command-line-tool
pganonymize
A commandline tool for anonymizing PostgreSQL databases
Stars: ✭ 20 (+42.86%)
Mutual labels:  command-line-tool
pipshow
A script to show details of any python package, irrespective of whether its installed or not
Stars: ✭ 30 (+114.29%)
Mutual labels:  pip
allalgorithms-python
The All ▲lgorithms Python Library.
Stars: ✭ 31 (+121.43%)
Mutual labels:  pip
Zeiver
A Scraper, Downloader, & Recorder for static open directories.
Stars: ✭ 14 (+0%)
Mutual labels:  command-line-tool
go
Go-based command-line tool for the remove.bg API
Stars: ✭ 91 (+550%)
Mutual labels:  command-line-tool
logya
Logya is a static site generator written in Python designed to be easy to use and flexible.
Stars: ✭ 16 (+14.29%)
Mutual labels:  command-line-tool
nycurl
A web server that fetches data from the New York Times and formats it for display in the terminal.
Stars: ✭ 27 (+92.86%)
Mutual labels:  command-line-tool
hoard
cli command organizer written in rust
Stars: ✭ 71 (+407.14%)
Mutual labels:  command-line-tool
Deep-Inside
Command line tool that allows you to explore IoT devices by using Shodan API.
Stars: ✭ 22 (+57.14%)
Mutual labels:  command-line-tool
goto
Goto - The Good Way to Program
Stars: ✭ 14 (+0%)
Mutual labels:  command-line-tool
ansible-role-pip
Ansible Role - Pip (for Python)
Stars: ✭ 147 (+950%)
Mutual labels:  pip
Pomodoro-Calculator
A pretty command line tool to calculate the number of pomodoros available between two points in time.
Stars: ✭ 20 (+42.86%)
Mutual labels:  command-line-tool

Rotten Tomatoes CLI

Build Status PyPI version codecov

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"

alt-text

Master of None Example

rotten search "Master of None"

alt-text

TV

rotten tv {category}

Category Argument

  • new (default)
  • popular
  • fresh

Browse Popular TV Shows Example

rotten tv popular

alt-text

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

alt-text

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

alt-text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].