⚙️ Background worker that scrapes BJColle regularly and feeds updated colles data to the API.
| build | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| README.md | ||
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.