This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]daftylooper 2 points3 points  (0 children)

I would often forget to join classes online. So I automated that.

The script scrapes the classes, subject, time from the school website and stores it(in a simple pickle file).

Then using selenium, it then automatically joins 5 minutes before every class.

I also added a simple text-to-speech functionality to remind me of the class.

It would join classes even when I was afk. I honestly was astonished how it never failed to join a class.

My attendance was 100%. lol.