Jump to content

MM-Tweeter: Difference between revisions

From MidsouthMakers - Memphis Area Hackerpace
Created page with "==Conditional Auto Tweeter written in PHP== * Using OAuth Library by Matt Harris: https://github.com/themattharris/tmhOAuth * Running via CLI PHP * Design an application to use M..."
 
Line 3: Line 3:
* Running via CLI PHP
* Running via CLI PHP
* Design an application to use Matt Harris' library as a function to auto tweet events based on existing conditions
* Design an application to use Matt Harris' library as a function to auto tweet events based on existing conditions
==Current Functionality==
* Using [MidsouthMakersDev]] Twitter account
* Able to be run from the command line to post static tweets.
* Able to be run from a url to post static tweets.
==Goals==
* Take input from multiple sources
* Reliably validate source of all incoming data
* Use access list or secret hash to prevent abuse

Revision as of 17:32, 25 April 2012

Conditional Auto Tweeter written in PHP

  • Using OAuth Library by Matt Harris: https://github.com/themattharris/tmhOAuth
  • Running via CLI PHP
  • Design an application to use Matt Harris' library as a function to auto tweet events based on existing conditions


Current Functionality

  • Using [MidsouthMakersDev]] Twitter account
  • Able to be run from the command line to post static tweets.
  • Able to be run from a url to post static tweets.


Goals

  • Take input from multiple sources
  • Reliably validate source of all incoming data
  • Use access list or secret hash to prevent abuse