replacing-sql-generator
をクローンする- Python 3.8 以上をインストールする
- Poetry のインストール
- 仮想環境の作成とライブラリのインストール
.csv
ファイルを用意- 実行
curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
以後、クローンしてきた replacing-sql-generator
ディレクトリ内で行う
完了後、 .venv
ディレクトリができます
poetry config virtualenvs.in-project true
poetry install
以下コマンドを実行のうえで PageSpeed Insight API より取得した API キーを .env
の環境変数 API_KEY
にセットする
cp .env .env.example
main.py
の変数 url_list
へ測定する URL をセットする
poetry run python main.py