Skip to content

jd7h/tuvok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

tuvok

TV-series episode selector based on IMDB-ratings.

[May 2017] Unfortunately, the OMDb API is no longer free. That means that Tuvok no longer works without an API-key. The code has not been updated to reflect this change.

Etymology

Named after Tuvok, the security officer from Star Trek: Voyager. After all, it is only logical to watch only the highest-rated episodes of classic series.

Goal

I originally made this script for determining which subset of Star Trek episodes to watch.

Usage and output

The script takes two inputs: an IMDB-id and a minimum rating. I will work on neat argument parsing in the future.

>>> tuvok.main("tt0303461",8.0)
Season 1
----------
8.6      1 The Train Job
8.7      2 Bushwhacked
9.2      3 Our Mrs. Reynolds
9.0      4 Jaynestown
9.5      5 Out of Gas
8.6      6 Shindig
8.3      7 Safe
9.2      8 Ariel
9.1      9 War Stories
9.5      10 Objects in Space
9.1      11 Serenity
8.5      12 Heart of Gold
9.0      13 Trash
8.6      14 The Message

Firefly (2002–2003) has 14 episodes with rating >= 8.0.

About

TV-series episode selector based on IMDB-ratings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages