Developer’s Guide¶
Running Locally¶
Place .env with environment variables to project root, then run:
poetry install
poetry run python run.py
Environment Variables¶
HOLODULE_YOUTUBE_KEY: Required. API key of YouTube Data API.HOLODULE_PAGE: Holodule page URL to get. Must be a “シンプル版” (e.g. 全体).HOLODULE_DIR: Directory to place result.icsfiles. Default topublic.HOLODULE_LOGLEVEL: Loglevel ofloggingmodule. Default toINFO.
TODO¶
Type checking
Documentation
Test
References¶
Adding scripts to your workflow
Workflow syntax for GitHub Actions