Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.07 KB

README.md

File metadata and controls

44 lines (37 loc) · 1.07 KB

Integrator

A simple auto-FRS program using C++ Requests library (cpr).

Tested on Genap 2018/2019

How to use

  1. Login to integra
  2. Copy your PHPSESSID (google on how to do this)
  3. Git clone or download this repository
  4. Navigate to Release folder
  5. Edit courses and config file
  6. Run Integrator.exe

Courses

You can add courses simply by adding course_code|class|curriculum_year|department_code|0 to your courses file, each course is separated by a new line. Use _ if there is only one class available.

Example:

IF4101|A|2018|51100|0
KI1411|_|2014|51100|0
KI1440|C|2014|51100|0

Config

Format:

NRP (10 digits)
PHPSESSID
Try count (optional, default: 5)
Try interval in seconds (optional, default: 5)

Example:

5117100086
vmil0meq2glraa29ffb3f6rh91
99
3

Using this config, the program will attempt to send courses POST request 99 times with 3 seconds delay in-between.

Build Prerequisites