Last active
December 5, 2017 23:56
-
-
Save kingsloi/9226c2c2506b1c748e31e6e56a145d78 to your computer and use it in GitHub Desktop.
HAYO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download | |
composer global require heyareyouonline/hayo | |
# Register | |
hayo register <token> | |
# Usage | |
hayo online # Go online | |
hayo offline # Go offline | |
hayo heartbeat # Send single heartbeat | |
hayo team <team> offline # Appear offline from team | |
# Add Automatic Heartbeat Cronjob | |
# See: https://crontab.guru for timing info | |
crontab -e | |
* * * * * /Users/kingsley/.composer/vendor/bin/hayo heartbeat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment