Go Back

Event Scraper

This is a program that I made for AIER to help them automatically scrape websites for their event data. I build the program in Python, using Selenium for browser automization. The program takes a list of websites and a CSS Selector. The program will then loop through every website and recursively click every element that matches the CSS selector. With this setup, the administrators of the websites being scraped can simply add an HTML class to any event that they want to be catalogued.