Skip to main content

Public web scraping scripts for the University of Toronto.

Project description

This is a library of scrapers for various University of Toronto websites. It is built to generate up-to-date databases for Cobalt, but is distributed as a stand-alone library for anyone to utilize.

Requirements

Installation

pip install uoftscrapers

Usage

import uoftscrapers

# Example: scrape building data from http://map.utoronto.ca to ./some/path
b = uoftscrapers.Buildings("./some/path")
b.run()

# Example: scrape http://coursefinder.utoronto.ca to current location
cf = uoftscrapers.CourseFinder()
cf.run()

Library Reference

For detailed library reference, please visit the GitHub repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uoftscrapers-0.1.8.tar.gz (6.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page