Skip to content

mrnonaki/psu-sis-autoregister

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%