Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 922 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 922 Bytes

Carpenter

抓取国家统计局网站[最新县及县以上行政区划代码]然后转换成yaml

Usage

git clone https://github.com/snow/carpenter.git
cd carpenter
bundle install
bundle exec ./fetch_from_stats_gov_cn.rb
cat cache.yaml

Legacy

已经不工作了! 个别地区增加了复杂的嵌套结构,因为懒,放弃这个数据源了。

从中文维基的 中华人民共和国县级以上行政区列表 词条抓取全国省市清单,并生成yaml

Usage

git clone https://github.com/snow/carpenter.git
cd carpenter
bundle install
bundel exec ruby app.rb

然后访问 http://localhost:4567,并设法确保你的机器能访问中文维基。