gwoplock / utdParkingAPI

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%