⚙️ Background worker that scrapes BJColle regularly and feeds updated colles data to the API.
Find a file
2025-09-12 20:49:28 +02:00
build chore: add build 2025-09-12 19:23:29 +02:00
src fix: remove debug 2025-09-12 20:49:28 +02:00
.gitignore Initial commit :) 2025-08-21 13:49:30 +02:00
Cargo.toml Initial commit :) 2025-08-21 13:49:30 +02:00
README.md feat: add meals registrations 2025-08-25 19:12:52 +02:00

Khollisé Worker

Job Types

job_id description
0 Fetch ONE colle (with class_name, colle_id and colle_secret)
1 Fetch class colles (with class_name and optionally go to date)
2 Fetch upcoming colles (with class_name)
3 Fetch sumbittable meals
4 Submit meals for user (must include bj_username and bj_password)
5 Test authentication (must include bj_username and bj_password)

Actually, all jobs require class_name to be specified.