# wordplay wordplay is a twitter bot that generates rhyming jokes similar to this:

What do you call a standard disobedience?
A regulation insubordination!

— playing with saying (@eventhenotion) March 14, 2016
It uses my natural language generation library [verbly](https://github.com/hatkirby/verbly) to pick words, [YAMLcpp](https://github.com/jbeder/yaml-cpp) to read a configuration file, and [twitcurl](https://github.com/swatkat/twitcurl) to send the status updates to Twitter. The canonical wordplay handle is [@eventhenotion](https://twitter.com/eventhenotion).