99/100 → sending automated event alerts to yourself
Created by
ZaraKhan23
Forked from
This Python code includes a scraping and email notification script. It starts by importing necessary libraries and setting up email credentials. Next, it retrieves the upcoming workshops from 'frontend masters' website, filters for specific keywords, and creates a list of hyperlinks to the relevant workshops. Afterwards, it sends an email with the list of hyperlinks to the specified email address. The script runs on a schedule, checking for new events and sending email notifications if there are any (right now every 4 minutes).
