epgen

A random episode generator for your favorite binge watching show

This project is maintained by aalok-sathe

epgen

made-with-python

GitHub contributors
Only 32 Kb HitCount PRs Welcome
Open Source Love png2
Ask Me Anything !

A random episode generator for your favorite binge watching show

Installation

from source:

Install the requisite package(s)

python3 -m pip install --upgrade [--user] -r requirements.txt

Obtain epgen.py

git clone the/URL/of/this/repository.git
cd epgen

PyPI direct installation:

Generic badge

Usage

Basic

$   python3 epgen.py game of thrones
::  Season 4 Episode 10  of Game of Thrones : 'The Children'

Advanced

$ python3 epgen.py name_of_show [-s SEASONS] [-e EPISODES] [-h] [-i] [-d] [-u]

Examples of usage:

$   python3 epgen.py the office us
::  Season 8 Episode 2 of The Office (US) : 'The Incentive'

$   python3 epgen.py the good place -s 1 2 -e 2 3 4
::  Season 1 Episode 2 of The Good Place : 'Flying'

$   python3 epgen.py the office us -i
::  Season 0 Episode 14 of The Office (US) : 'The Office Retrospective'

$   python3 epgen.py sacred games --desc
::  Season 1 Episode 2 of Sacred Games : 'Halahala'
::  News of Ganesh Gaitonde creates a stir among Mumbai's VIPs, from politicians to film stars. Removed from the case, Sartaj begins his own investigation.

$   python3 epgen.py game of thrones -e 9
::  Season 6 Episode 9 of Game of Thrones : 'Battle of the Bastards'

Future features and bugfixes

Known issues