Skip to content

A web scraper I built in Python that looks at my schools parking garage status page and translate that into a REST response

Notifications You must be signed in to change notification settings

codes4coffee/utdParkingAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

UTD Parking API

Introduction

This script scrapes the UTD Parking Page for the number of available spots of each type in each parking structure, then outputs the data as a json styled list for easier consumption.

Requirements

Python 3 is required to run this script

Installation

git clone https://github.com/codes4coffee/utdAPI
cd utdAPI
pip install -r requirements.txt

Run

python scraper.py

About

A web scraper I built in Python that looks at my schools parking garage status page and translate that into a REST response

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages