Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 541 Bytes

File metadata and controls

7 lines (7 loc) · 541 Bytes

Engage Campus Labs University Contact Information Webscraper

Description

This is a fully automated python script that scrapes the contact information of every student organization on any universities Campus Lab Organizations website.

Technologies Used

This script was written in python using the Selenium, BeautifulSoup and csv modules.

What I Learned

This project taught how to write automated webscraping software using python. I also became more familiar with using Selenium for automation and BeautifulSoup for data scraping.