An example of implementing a CLI tool that allows to query for Netflix content stored in a static file.
netflix-cli is the experiment of using commander package to implement cli apps. Netflix content has been obtained from Kaggle site.
$ netflix movies -c Spain # shows all movies with Spain involved in the production
$ netflix shows -duration 1 # shows all tv shows with only 1 season of duration
The following are the commands supported:
- detail: show information for a movie or tv show,
- movies: show information about movies,
- shows: show information about tv shows,
- genres: list all genres available,
- ratings: list all ratings available,
- help: show help information for each command.