Read settings -> Wait until tomorrow 0:00 a.m. -> Book sessions on latest available day of the week, e.g., Book Thursday's sessions on Sunday 0:00 a.m.
- Config ID, password and sessions to book in
settings.json
.
{
"id": "108067414",
"password": "password",
"sessions": {
"Sunday": [],
"Monday": [],
"Tuesday": [],
"Wednesday": [],
"Thursday": [
"20:00",
"21:00"
],
"Friday": [],
"Saturday": []
}
}
Note: Each ID can book at most two sessions each day of the week
python book.py
pyinstaller -F book.py
- 工作排程器
- 建立基本工作
Make sure
chromedriver.exe
,extension_1_2_0_0.crx
andsettings.json
are in your 開始位置