raphamorim/geek.io

How work the data folder?

Open

#2 geöffnet am 30. Nov. 2014

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (0 Forks)github user discovery
help wantedquestion

Repository-Metriken

Stars
 (0 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

My idea is to create separate folders by entities. And download all the data for each folder / entity via request and concatenate all data in a unique json file.

Later, I create a global function to automate the process.

So would look something like:

  • data/
    • imdb/
      • data.json
    • ign/
      • data.json
    • otherSource/
      • data.json

Contributor Guide