SAM icon indicating copy to clipboard operation
SAM copied to clipboard

Command for getting all the exam dates in a specified course

Open PKlempe opened this issue 4 years ago • 1 comments

By entering the command the bot gets all the exam dates for a specific course from u:find and posts them as an embed on Discord.

PKlempe avatar Jul 05 '20 22:07 PKlempe

Need to create a table in the database which contains all the course IDs and associates them with the corresponding module abbreviations. This table should be updated at the beginning of every semester to detect and add newly added courses. This could be done with the help of the library "Advance Python Scheduler".

Example: https://apscheduler.readthedocs.io/en/stable/modules/triggers/date.html?highlight=date#examples

PKlempe avatar Jul 16 '20 19:07 PKlempe