https://github.com/dfm/twitterick
Crowdsourced limericks.
https://github.com/dfm/twitterick
Last synced: about 1 year ago
JSON representation
Crowdsourced limericks.
- Host: GitHub
- URL: https://github.com/dfm/twitterick
- Owner: dfm
- License: mit
- Created: 2013-03-22T02:35:08.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2020-06-12T18:26:36.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T10:21:33.348Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.8 MB
- Stars: 22
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*Generate some shitty "limericks" where each line is a tweet.*
Like [this](http://pentametron.com/) and [this](http://bit.ly/11q0H8S) but
[limericks](http://en.wikipedia.org/wiki/Limerick_(poetry)).
The code is written in Python using [Tornado](http://www.tornadoweb.org/)
and built on top of [postgres](http://www.postgresql.org).
The scraper is in `scraper.py` and the web app is (surprisingly) in
`webapp.py`.