A web scrapping program built to solve the problem of choosing the dining hall which serves food of your interest. The program scrapes website from ASU's online dining hall menu and sends an email of the menu + the optimal dining hall to the user at a specified time.
Python Imports (run on command line)
- pip install selenium
- pip install bs4
Selenium requires a chrome webdriver to be installed. Be sure download it prior to running the program.
Times to send the email can be controlled via the text file -> times_to_send.txt