Git Product home page Git Product logo

imdb-data-parser's People

Contributors

aykutakin avatar destan avatar xaph avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dedeler

imdb-data-parser's Issues

imdbparser parameters are optional but we're assuming they're here

when i run imdbparser without any parameters it gives me error:

$ ./imdbparser.py 
type: None
source_dir: None
destination_dir: None
update_lists: False
Parsing, please wait. This may take very long time...
Traceback (most recent call last):
  File "./imdbparser.py", line 29, in <module>
    preferencesMap = {"type":args.type.lower(), "destinationDir": args.destination_dir}
AttributeError: 'NoneType' object has no attribute 'lower'

implement a function that makes DB-inserts

Preferably in another package. It shall be invoked by a separate command-line argument like --toDb. Also parsing into CSV be the default mode and this(--toDb) shall be another.

implement downloader

With a CLI command like --fresh-data the application shall download the data into say ${imdb-downloads} and shall use the files from there.

${imdb-downloads} path may be defined in properties file as proposed as in #7

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.