A simple auto-FRS program using C++ Requests library (cpr).
Tested on Genap 2018/2019
- Login to integra
- Copy your PHPSESSID (google on how to do this)
- Git clone or download this repository
- Navigate to
Release
folder - Edit
courses
andconfig
file - Run
Integrator.exe
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
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.