APIを用いずにClassroomのデータをダウンロードする。
|
|
||
|---|---|---|
| clpl | ||
| .gitignore | ||
| .python-version | ||
| example.config.py | ||
| LICENSE | ||
| main.py | ||
| pyproject.toml | ||
| README.md | ||
gc-crowl
APIを用いずにClassroomのデータをダウンロードする。
手順
git pull https://tea.qozl.ink/15km/gc-crowl.git
uv sync
uv run playwright install
playwright installを待ちつつ、config.pyを書く。
ACCOUNT_NAME = 'メールアドレス'
ACCOUNT_PASSWORD = 'パスワード'
TWOFA_URL = 'IdPのURL'
TWOFA_KEY = ['e0', 'e1', 'e2', 'e3']
playwrightがインストールされたら
uv run python main.py
で実行できる