Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 940 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 940 Bytes

Twitter Streamer

Build Status Scrutinizer Code Quality

Installation

  1. PHP 7.1 is required
  2. Install Composer
  3. Install twitteroauth library (using composer)

Usage

  1. Add authorization keys in 'php/auth.php' for the Twitter API
  2. Setup required configuration in 'php/config.ini'
  3. Refresh 'index.php' to see changes
  4. Make sure to use an auto-refresh plugin to continouosly update the stream

TODO

  1. Make AJAX request to get the tweets with a timer
  2. Unit test
  3. Have Tarek pass over the css for enhancements
  4. PHP 5.6 compatability