Igures is a Twitter bot that generates random sentences. Just feed it a dictionary (more specifically, WordNet's database files).
You can see it in action as @Igures on Twitter.
- Python 2.7+ or 3.3+
- A copy of the WordNet 3.1 database files (get them from here)
First off, you need to generate a database from the WordNet Database files: python igures.py --init-wordnet /path/to/wordnet/dict/
.