Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.
/ PennCourseLMK Public archive

Get notified when a course opens up by text and email.

Notifications You must be signed in to change notification settings

pennlabs/PennCourseLMK

Repository files navigation

PennCourseLMK

This repository has been superceded by Penn Course Alert

Getting started:

  1. Do npm install
  2. Make sure you have MongoDB installed. Create a data/db directory and run mongod --dbpath=data/db.
  3. Run npm run dev to start the express server, and go to http://localhost:3000/

Environment variables

Set the LMK_PASSWORD, PENN_SDK_USERNAME, and PENN_SDK_PASSWORD environment variables appropriately.

Fetching the current courses

To fetch the list of all courses for a given semester, first do pip install -r requirements.txt, then python import_courses.py <semester_id>. semester_id should be in the format 2017C, the year followed by A,B, or C (Spring, Summer, Fall).

About

Get notified when a course opens up by text and email.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published