Chris Cprek of LVL1 Hackerspace started a project to make a voice-activated assistant for the space. It can tell you info such as the weather, news, and current time. It’s powered by Jasper.

I added a module that reads updates from the most recent LVL1 meeting minutes. You may request specific sections. For example, if you say “WOPR … space upgrades”, WOPR will tell you about the space’s recent improvements.

To accomplish this, I learned how to use Beautiful Soup, a Python module for web scraping.