Overview
This Python program uses Beautiful Soup and the GoogleCalendar API to insert the daily menus of the Tufts University dining halls into a calendar and can filter them to according to dietary restrictions such as Vegan, Vegetarian or Halal.
There are two different versions of the program: one which is simply a CLI tool that allows users to authorize their google calendar, pick a date and dining hall and create an event with today's menu. The other is a program that goes adds all the vegetarian meals at the two main dinings halls into my calendar every Monday, for the entire week and it runs using Windows Task Scheduler. Below are some photos that show the command-line tool and how the event appears in Google Calendar.
Tech Stack
The program was built and deployed using:
- Python
- BeautifulSoup
- GoogleCalendar API
- Microsoft Azure
Code
Link to Github!