daisuke19891023 / covid19-yamanashi-scraping

MIT License
4 stars 1 forks source link

covid19-yamanashi-scraping

What's this

covid-19に関する山梨県の公表済みのデータをスクレイピングにより取得するスクリプトです。

Specification of Scraping

Specification of Update

How to run

Environment

Set up command

$python -m pip install --upgrade pip

$pip install flake8 pytest pytest-cov "pytest-remotedata>=0.3.1"

$pip install -r requirements.txt

Run command

スクリプト実行

$python -m src

テスト実行

$pytest -v --cov=.

Where would it be used

Lisence

本ソフトウェアは、MITライセンスの元提供されています。

Reference