xboxleaders / xboxlivestatus
Monitor Xbox LIVE Service Alerts and post to Twitter if a Service Alert exists
dev-master
2013-07-26 09:00 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: 3.7.x
This package is not auto-updated.
Last update: 2025-03-10 16:34:47 UTC
README
Post Xbox LIVE Service Alerts to Twitter
Requirements
- A web server running PHP 5.4.0 or higher
- A web server with cron installed
- A Twitter account to post updates
- A Twitter Application
To create a Twitter application:
- Go to http://dev.twitter.com
- Click on 'Register an app'
- Fill out the form to register the application * Application type: Browser * Callback URL: http://www.example.com/status/index.php * Default access type: Read & Write
- Accept Terms of Use
- You will then receive your Consumer and Access Keys
Installation
- Get Composer
- Install library
php composer.phar xboxleaders/xboxlivestatus
- Install dependencies
php composer.phar install
- Set up cron
0 * * * * wget -O /dev/null http://www.example.com/status/index.php