山口県オープンデータカタログサイトに掲載されている新型コロナウイルス感染症の山口県内での発生状況のデータをjsonとして出力するPythonスクリプトです
GitHub Actionsにより13:00-19:00の間1時間に1回、gh-pagesブランチのデータを更新しています
Json APIで提供しています。
Content | Source | Json API |
---|---|---|
最終更新日 | なし | last_update.json |
最新のお知らせ | 山口県公式サイト | news.json |
陽性患者数 | 山口県オープンデータカタログサイト | patients_cnt.json |
陽性患者の属性 | 山口県オープンデータカタログサイト | patients.json |
検査陽性者の状況 | 山口県オープンデータカタログサイト | hospitalizations.json |
検査実施人数 | 山口県オープンデータカタログサイト | inspections_person.json |
相談件数 | 山口県オープンデータカタログサイト | querents.json |
山口県内感染者発生状況1 | 山口県オープンデータカタログサイト | map_update.json |
山口県内感染者発生状況2 | 山口県オープンデータカタログサイト | yamaguchi-map.png |
以下の前提環境が必要
- python 3.7.3
または、
- docker-compose v2.x
- make v3.x
以下のいずれかの方法で環境構築を行う (方法2を推奨)
以下のコマンドをターミナルで実行
$ git clone [email protected]:nishidayoshikatsu/covid19-yamaguchi-opendata.git
$ pip3 install --no-cache-dir -r requirements.txt
$ python3 main.py
以下のコマンドをターミナルで実行
$ git clone [email protected]:nishidayoshikatsu/covid19-yamaguchi-opendata.git
$ make upd
$ make exec