Home > awesome-toolset

awesome-toolset

Awesome-toolset is a project mainly written in PHP, it's free.

General command line framework including modules such as a scraper for Xbox Live, Twitter client, and so forth

Patrick's Awesome Toolset

Version 2.0
by Patrick McKinley
http://www.patrick-mckinley.com/

Installation

  • Put code on PHP5.2 enabled server with Mcrypt
  • Open bootstrap.php in a text editor
    • Put database details into the DB::configure() function
    • Add a random encryption key to the Mcrypt declaration

Twitter Module Usage

  • Install the twitter module
    ./cafe Twitter install
  • Add twitter account
    ./cafe Twitter add
  • Post a tweet - the account needs to be added with the above command
    ./cafe Twitter tweet
    • eg:
      ./cafe Twitter tweet lilmuckers "Posting a tweet"

Xbox Live Module Usage