Commit Graph

2 Commits

Author SHA1 Message Date
Square Root afc9e30742 Add db logging for scheduled events
- records success, faulures and aborts to db
- uses data from db to abort rather than startlimit bursts
- Parse courseid to use in db
- Store course name in db for stats
2021-02-16 11:26:45 +05:30
Square Root 8e13b04c5d First working prototype
- central config
- add sqlite db class
- Basic scheduling
    - tries 5 times with 1 min intervals
    - aborts on returncode 2 for irrecoverable failures
- attendance marking just barely works
- reuses login cookies if possible
- no real error handling so far ;)
2021-02-15 16:30:20 +05:30