Skip to content

EZCampusDevs/dataScraper

Repository files navigation

SchedulePlatform-DataScrape

Handles data gathering for SchedulePlatform's backend.

Setup

Installing dependencies:

python -m pip install -r requirements.txt

Running:

python __main__.py

Code Formatter

Code formatting is done using Black.