raphamorim/geek.io

How work the data folder?

Open

#2 opened on 2014年11月30日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (0 forks)github user discovery
help wantedquestion

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド