MaizePageContacts

Scrape contact information of student-orgs at UMich


Keywords
beautifulsoup4, python, scraping, umich
License
MIT
Install
pip install MaizePageContacts==0.0.2

Documentation

MaizePageContacts

PyPI license

A script for scraping contact information of student-orgs on MaizePages.

Install

pip install MaizePageContacts

Usage

Run the scraping script and output data to org_data.csv

maizescrape

Output format:

<full org name>, <org short name>, <firstname>, <lastname>, <email>
...

Developing

Get Pipenv.

pipenv run python setup.py develop
pipenv run maizescrape