Aasir / AutoEnrollment

This is a script designed to continuously run and detect when a seat is open for a designated class. When a seat opens, the script auto-enrolls into that class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Idea

The point of this project was to reverse engineer and replicate the API calls used by the enrollment system using Fiddler, a web debugger, to analyze traffic sent to and from the system.

Features:

At this point, the program is only capable of signing up for a single class, given a hardcoded string of post parameters specific to that class.

The point of this script is to be able to bypass the waitlist for a class by jumping into it before the people in the waitlist are notified of the opening.

** This is a proof of concept, not intended for actual use **

Future Updates:

Add the ability to have to script search for a class given the department, course number, section, and semester. Possibly adding location and time range.

About

This is a script designed to continuously run and detect when a seat is open for a designated class. When a seat opens, the script auto-enrolls into that class


Languages

Language:PHP 100.0%