#Woot Workflow
This is a simple Alfred workflow written in PHP that uses the Woot API to get all daily deals. This class uses David Ferguson's Workflow class, which takes a lot of the tedious work out of creating a workflow.
##How to use
- Download Wootfred.alfredworkflow to your machine and double click it to import into Alfred.
- Sign up for a Woot API key here.
- Launch Alfred and add your API Key to the workflow by typing
wootkey <Enter>
, paste in your API key, and press<Enter>
. - Woot Workflow stores your key in
wootkey.json
inside the workflow. If you need to delete your key for any reason, just delete that file. If you want to update your API Key, you can typewootkey
again and re-enter your Woot API key, or you can edit the file directly. - To display today's deals, launch Alfred and type
woot daily
. You will see today's list of deals. You can select a deal to launch it in your default web browser.
##Documentation
For more documentation on the Woot API, you can check out Woot's API here
##TODO
- Get a list of items for one category.
- Display icon next to deals that are having a Wootoff.
- Order deals predictably.