raphamorim/geek.io

How work the data folder?

Open

#2 aperta il 30 nov 2014

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (0 fork)github user discovery
help wantedquestion

Metriche repository

Star
 (0 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor