Skip to content

BUGS-NYU/bugs-data-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BUGS Data Hub

The repository contains Python scripts that produce data dumps for different types of datasets.

Current Available Dataset

  1. Course data from Schedge
  2. NYU subreddit data

Run Scripts

  1. Creating virtual environment
python3 -m venv env

Then start it by: source env/bin/activate

  1. Installing dependencies
python -m pip install requests
pip install yapf // code formatter
  1. To get Schedge data, run:
    python3 schedge.py --sem -year
  1. Before committing, please format your code:
yapf [FILE_NAME] -i

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages