Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

山口県公認 新型コロナウイルス感染症対策サイト https://yamaguchi.stopcovid19.jp/ 用データ生成スクリプト

License

Notifications You must be signed in to change notification settings

Code-for-Yamaguchi/covid19-yamaguchi-opendata

Repository files navigation

covid19-yamaguchi-opendata

Deploy JSON Files

pages-build-deployment

What is this

山口県オープンデータカタログサイトに掲載されている新型コロナウイルス感染症の山口県内での発生状況のデータをjsonとして出力するPythonスクリプトです

Scheduling

GitHub Actionsにより13:00-19:00の間1時間に1回、gh-pagesブランチのデータを更新しています

Output

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

Dependencies

以下の前提環境が必要

  • python 3.7.3

または、

  • docker-compose v2.x
  • make v3.x

Environment

以下のいずれかの方法で環境構築を行う (方法2を推奨)

方法 1

以下のコマンドをターミナルで実行

$ git clone [email protected]:nishidayoshikatsu/covid19-yamaguchi-opendata.git
$ pip3 install --no-cache-dir -r requirements.txt
$ python3 main.py

方法 2

以下のコマンドをターミナルで実行

$ git clone [email protected]:nishidayoshikatsu/covid19-yamaguchi-opendata.git
$ make upd
$ make exec

About

山口県公認 新型コロナウイルス感染症対策サイト https://yamaguchi.stopcovid19.jp/ 用データ生成スクリプト

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published