The GIF Oracle for Twitter is a Node application that can be linked to a Twitter account to deliver random animated GIFs based on a @message to the account. It is an experiment in building a Twitter bot using Node.
- Send a Tweet to @TheGIFOracle
- EX: "@TheGIFOracle NOPE"
- @TheGIFOracle will return a link to an animated GIF (possibly) dealing with the subject (the result is random and changes every time). If it cannot find a GIF for it, it will let you know.
This application was built as an exercise in learning the Twitter Streaming API and how it works. It was also built for fun.