darktul / psu-sis-autoregister

The Robot Automation Registeration for Prince of Songkla University's Student Information System.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSU SIS AutoRegister

The Robot Automation Registeration for Prince of Songkla University's Student Information System.

Requirement

  • PHP Version 5.3+
  • php_curl extension
  • Internet Faster

Spacial Thanks

  • simple_html_dom library

How to use

  • Edit this section in file config.php
$PSU_Passport_Username = ''; // Username for PSU Passport
$PSU_Passport_Password = ''; // Password for PSU Passport
$SIS_Term = ''; // Semester for register in type 'semester/year'
$Subject_To_Register = array(); // Subject to register in type ...
/*
$Subject_To_Register = array(
    array('SubjectCode' => '', 'SubjectSec' => '', 'SubjectCredit' => ''),
    array('SubjectCode' => '', 'SubjectSec' => '', 'SubjectCredit' => ''),
    array('SubjectCode' => '', 'SubjectSec' => '', 'SubjectCredit' => ''),
    ....
);
*/
$SIS_URL = ''; // SIS server for register
  • You can use this command for start robot
php execute.php

License

Apache License

More information and contect to developer

About

The Robot Automation Registeration for Prince of Songkla University's Student Information System.

License:Apache License 2.0


Languages

Language:PHP 100.0%