domingohui / uw_calendar_parser

Get (or at least attempt to) a list of course codes from university calendars

Home Page:https://domingohui.github.io/projects/2017/03/30/webpage-parser.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To learn about web scraping and HTML parsing, I'm using BeautifulSoup to get a list of course codes from academic plans of my university such as this.

To use

Install dependencies

pip install -r requirements.txt

Run

python parse.py [url]

Or call it as a module import

from parse import parse_html

parse(your_url)

which will return a list of codes

About

Get (or at least attempt to) a list of course codes from university calendars

https://domingohui.github.io/projects/2017/03/30/webpage-parser.html


Languages

Language:Python 100.0%