GithubHelp home page GithubHelp logo

yunyu / vu-registration-node Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 3.0 45 KB

Gain a massive timing advantage when registering for courses in Vanderbilt's YES

JavaScript 90.10% PowerShell 9.90%

vu-registration-node's Introduction

IT IS NOT IN YOUR INTEREST TO SHARE THIS SCRIPT. IF YOU DO, I WILL PERSONALLY HAVE SOMEONE BEAT YOU UP. -Yunyu

If you are enrolled in a graduate program, please follow the graduate instructions, and then return to this document.

Install

This script requires Node.js, and the minimum supported version is 8.x (LTS release). First cd into the script directory, and then run:

npm install

Then follow the usage instructions below for your shell.

Finding class numbers

To find a class number, click the course name in your cart, and look at the upper left corner (underneath the description):

Usage

Bash:

export VUNET_ID='liny19'
export VUNET_PW='password'
node vu-registration.js savecookies
node vu-registration.js register 0049:true,0050:true

PowerShell:

$env:VUNET_ID = "liny19"
$env:VUNET_PW = "password"
node vu-registration.js savecookies
# The second parameter needs to be quoted in PowerShell
node vu-registration.js register "0049:true,0050:true"

For complete usage instructions, run node vu-registration.js with no arguments. Be sure to run node vu-registration.js savecookies about 3 minutes before registration opens.

Credits

  • Winston Du for developing registration method
  • Yunyu Lin for user interface and node project development
  • Matthew Sedam for node project development
  • Ben Cooper for node project development
  • Sameer Puri for node project development
  • Oishik Ray for PowerShell automation

vu-registration-node's People

Contributors

matthewsedam avatar oishikray avatar sameer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.