jchotz/huntintel
GitHub: jchotz/huntintel
一个静态网站加 Python 爬虫的狩猎法规聚合工具,将多个州的狩猎季日期、配额和许可证费用结构化呈现,方便猎户外出前快速查阅。
Stars: 0 | Forks: 0
# HuntIntel
**按州和物种划分的狩猎法规** — 方便查阅狩猎季日期、狩猎限额和许可证费用。
## 结构
```
index.html # Main site (static, JS-driven)
data/
states.json # State/category manifest
MT_Upland_Gamebird_dataset.json # Montana — Upland Game Birds
ND_Upland_Gamebird_dataset.json # North Dakota — Upland Game Birds
SD_Upland_Gamebird_dataset.json # South Dakota — Upland Game Birds
*_scrape.py # Scrapers for each state/category
```
## 爬虫
每个州都有一个独立的爬虫(`*_scrape.py`),它们从官方的州鱼类与野生动物机构页面提取数据,并生成符合 HuntIntel schema 的 JSON 数据集。运行它们以刷新数据:
```
python MT_Upland_Gamebird_scrape.py --pretty
python ND_Upland_Gamebird_scrape.py --pretty
python SD_Upland_Gamebird_scrape.py --pretty
```
## 在线网站
通过 GitHub Pages 托管。访问 **[jchotz.github.io/huntintel](https://jchotz.github.io/huntintel)** 以浏览法规。
标签:Homebrew安装, JSON, Python, 命令控制, 多模态安全, 户外狩猎, 数据可视化, 数据采集, 无后门, 逆向工具, 静态网站