Skip to content

PhilipConte/pathways_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pathways_scraper

Scrapes the Virginia Tech timetable using pyvt

Creates a json mapping each CLE area or Pathway to its courses

Installation

Requires python3

# Clone this repository
git clone https://github.com/PhilipConte/pathways_scraper.git

# Go into the repository
cd pathways_scraper

# Create a virtual environment
python3 -m venv env

# Activate the virtual environment
source env/bin/activate

# Install dependencies
pip install -r requirements.txt

Usage

You should update the TERM variable to use the most current semester

# Create areas.json
python pathways_scraper.py > areas.json

You can use a utility to format it to look pretty like the copy I uploaded

About

Generate a Listing of the courses for each of Virginia Tech's Pathways (and CLEs too)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages