Here is a library that exposes an API to the Pokey the Penguin search at http://yellow5.com/pokey/search
There is a file named pokey
in the bin
directory. Use it like this:
$ ./bin/pokey whiskey
LITTLE GIRL: MORE WHISKEY POKEY?
This library exposes one object, Pokey
, which takes one argument, a
string to search for. It returns an array with 0 or more results. Each result
is an object with four keys:
title
: The title of the matching Pokey striplink
: The URL to the stripimage
: The URL to the matching panel of the striptext
: The text in that panel
- Pokey the Penguin is a creation of THE AUTHORS.
- This library was created by Ryan Freebern / @rfreebern.
There is a PHP version available.