SEGA Rhythm game status viewer by @stypr.
GCM: onGeki x Chunithm x Maimai
https://gaming.harold.kim/ongeki/
https://gaming.harold.kim/chunithm/
https://gaming.harold.kim/maimai/
-
PHP 7+
-
nginx, Apache, ...
- Download this project to webroot (eg.)
/var/www/html/status/
) - Set cronjob (
crontab -e
)*/30 * * * * php /var/www/html/status/check.php
will run the script every 30 minute - Set appropriate permission
chown -R www-data:www-data /var/www/html/status
- Change
__USERNAME__
and__PASSWORD__
incheck.php
- Run
check.php
once. You should be able to see success message properly. - Done!
- You are entering your SEGA ID and password. Make sure you run this app on a secure environment.
- The script runs every 30 minutes. You will be logged out every 30 minutes by the cronjob.
I am not able to get my maimai status. why?
Maimai DX has Japanese and International version. Both websites work differently. Feel free to contribute for Maimai International version.