As a first year student, I noticed that my faculty's timetable webpage is a fairly simple webpage: small and concise, which immediately screamed in my head "web scraping!!!". I put two and two together and figured I could make a sort of useful discord bot out of this.
This is a webhook-based Discord "bot" that, every day at 17:00, sends messages in the configured channels with the chosen timetables. The timetables, due to their volatility, are retrieved live, scraped directly from the faculty's website. They are processed and presented in a (more) user-friendly format.
I just thought it'd be fun to code :)))
For more information please read the README file of the repository. That's the only file I'm constantly updating.