Objectives: -> Keep track of classes you need to track -> Avoid bot behavior and check for vacancies -> Let the user know if his creds work * -> Email user for an open spot -> play audio on device t o know user via sound or in case email system doesn't work
*NOTE :
require email and password set up via https://support.google.com/accounts/answer/185833
Using this method, get an app password so you don't need verification 2FA while sending mail to yourself using it
Also need to install these libraries
-> pip install requests
-> pip install bs4
These are needed for email and url requests to work