raphamorim/geek.io

How work the data folder?

Open

#2 创建于 2014年11月30日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (0 fork)github user discovery
help wantedquestion

仓库指标

Star
 (0 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南