Skip to content

Checks the Xbox LIVE Support page for any Xbox LIVE Service Alerts, and posts a tweet if there is a Service Alert

Notifications You must be signed in to change notification settings

XboxLeaders/XboxLiveStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Checks the Xbox LIVE Support page for any Xbox LIVE Service Alerts, and posts a tweet if there is a Service Alert

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages