Code Monkey home page Code Monkey logo

imdb_series_tracker's Introduction

CONTENTS OF THIS FILE

  • Introduction
  • Instructions
  • Requirements
  • Improvements

INTRODUCTION

Running python3 main.py pulls all series data for the series in tracked_series.json, pulls all episode data for each series in tracked_series.json, and exports this data to CSV files.

Features:

  • backfills imdbids into tracked_series.json, once series are retrieved
    • original tracked_series data is saved in tracked_series_backup.json
  • outputs data in tabular format, using the pandas library
  • logs to file logs/stdout.log as well as console

INSTRUCTIONS

  • Install the packages in requirements.txt
    • pip3 install pandas
  • Navigate to imdb_series_tracker/
  • Run python3 main.py

IMPROVEMENTS

I would've liked to add the following improvements, but ran out of time. In no particular order:

  • better and more detailed documentation that follows PEP8
  • clearer and better formatted code, also following PEP8
  • a CLI allowing the user to choose what they would like pulled and how
    • the CLI could include menu options and look nice
    • "--h" and "--v" options (help and verbose)
  • the user would be able to add new shows to track, and pull individual show data
    • these were listed as nice-to-haves for the future, but I would've liked to include the functionality anyway
    • when adding new shows, provide way for user to know if the pulled show is actually the show they wanted
      • perhaps print more info about retrieved show
      • similarly, if no show was retrieved
      • provide a way for user to input more details to get correct show, like year (use 'search' rather than 'get' on OMDB API)
  • options for console output of retrieved data

imdb_series_tracker's People

Contributors

varuntheestallion avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.