Scrapes a list of clubs and greek organizations from http://students.berkeley.edu/osl/studentgroups/public/index.asp?todo=listgroups and http://lead.berkeley.edu/greek/recognized_chapters
Writes the output to clubs.csv and greeks.csv
Uses beautifulsoup4 to scrape html
pip install -r requirements.txt