乃木陽 画像取得陽
開発はdevelopでします。
自動で画像をいっぱいとるよ
$ pip install git+https://github.com/OumeNogizakaUnit/nogiblogimg.git
$ nogiblogimg --help
Usage: nogiblogimg [OPTIONS] SAVEDIR
SAVEDIR に画像を保存する
Options:
-s, --start [%Y%m] 集計開始月 [default: 201111]
-e, --end [%Y%m] 集計終了月 [default: 201112]
--help Show this message and exit.
$ poetry install
以下のコマンドでflake8が使えます
$ poetry run poe lint
以下のコマンドでautopep8
, autoflake
, isort
が使えます
$ poetry run poe format