/EpisodesUpdates

Gives the list of newest episodes of TV series of your choice

Primary LanguagePythonMIT LicenseMIT

Episodes Updater

Open Source Love HitCount MIT Licence

It is a web scraper designed to give the list of latest episodes of choice based on content from imdb.com.

Added SQLite support . We now use SQLite instead to pandas with CSVs. Pretty good update in my opnion though the jury's still out.

Would really like someone to make a ui cuz its ugly.

Installation


To install dependencies:

python -m pip install -r --user requirements.txt

To run:

python main.py

Overview


1. Main Menu

  • Select one of the options of your choice

snippet of main menu

2. Adding new series to you choice list

  • Enter name of the series you want to add
    • A brief plot of story will appear
    • Answer with Y(YES)/N(NO)/NEXT(LITERALLY NEXT) if it wasn't what you had in mind
  • Enter the season of series you want to stalk
  • Again y/n if you want to add another series to list

snippet of adding entries

3. Display the list

  • Pretty straight forward

snippet of display screen

4. Update the dates of airing of latest episodes of series

  • Again, couldn't be more straight forward

snippet of update

APIs


Most of the work was done by webscraping but i found these APIs that helped a lot https://github.com/alberanid/imdbpy.