xboxleaders/xboxlivestatus

Monitor Xbox LIVE Service Alerts and post to Twitter if a Service Alert exists

dev-master 2013-07-26 09:00 UTC

This package is not auto-updated.

Last update: 2024-05-06 12:08:32 UTC


README

Post Xbox LIVE Service Alerts to Twitter

Requirements

  1. A web server running PHP 5.4.0 or higher
  2. A web server with cron installed
  3. A Twitter account to post updates
  4. A Twitter Application

To create a Twitter application:

  1. Go to http://dev.twitter.com
  2. Click on 'Register an app'
  3. 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
  4. Accept Terms of Use
  5. You will then receive your Consumer and Access Keys

Installation

  1. Get Composer
  2. Install library php composer.phar xboxleaders/xboxlivestatus
  3. Install dependencies php composer.phar install
  4. Set up cron 0 * * * * wget -O /dev/null http://www.example.com/status/index.php