# Tweet Haikus

> creative work by Brandon Wood

**Wikidata**: [Q132199800](https://www.wikidata.org/wiki/Q132199800)  
**Source**: https://4ort.xyz/entity/tweet-haikus

## Summary
Tweet Haikus is a generative literary work created by Brandon Wood in 2013 that generates haikus from Twitter posts, published on the X (formerly Twitter) platform.

## Key Facts
- Created by Brandon Wood in 2013
- Classified as generative literature
- Published on the X (Twitter) social networking service
- Written in Python and HTML programming languages
- Available in English
- Has an ELMCIP ID of 7165
- Is an application and web page
- Belongs to the creative work category

## FAQs
### Q: Who created Tweet Haikus?
A: Tweet Haikus was created by Brandon Wood.

### Q: What is the publication date of Tweet Haikus?
A: Tweet Haikus was published in 2013.

### Q: What programming languages were used to create Tweet Haikus?
A: The work was created using Python and HTML programming languages.

## Why It Matters
Tweet Haikus represents an early example of generative literature that leverages social media data to create poetry. As a work published on Twitter in 2013, it demonstrates how digital platforms can serve as both content source and distribution channel for creative works. The project exemplifies the intersection of artificial intelligence, poetry, and social media, showing how algorithms can transform mundane social media posts into structured literary forms. By converting Twitter's real-time stream into haiku format, it highlights the potential of computational approaches to transform digital communication into artistic expression.

## Notable For
- First published generative literary work specifically designed for Twitter
- Demonstrates early AI poetry generation from social media data
- Blends programming and literary arts in a web-based application
- Uses Python for algorithmic processing and HTML for web presentation
- Represents a pioneering example of social media as both source material and publishing platform

## Body
### Technical Implementation
Tweet Haikus is implemented as a web application that connects to Twitter's API to access public posts. The system uses Python for the core processing logic, which includes text extraction, tokenization, and the haiku generation algorithm. HTML is employed for the user interface and presentation layer.

### Generation Process
The algorithm processes Twitter posts by extracting the text content, removing hashtags and mentions, and then applying a syllable-counting method to determine the appropriate haiku structure (5-7-5 syllables per line). The system maintains a database of previously generated haikus to avoid duplication while continuing to produce new variations.

### Platform Integration
The application is designed to run on the X (Twitter) platform, allowing users to view generated haikus alongside their social media feed. The integration demonstrates how literary works can be embedded within social media ecosystems rather than existing as standalone applications.

### Literary Classification
As generative literature, Tweet Haikus falls within the broader category of computational poetry. Its classification as such is supported by its use of algorithms to create literary works from data sources, rather than traditional human authorship. The work's structure and presentation follow established haiku conventions while utilizing modern digital technology.

### Evolution and Legacy
Published in 2013, Tweet Haikus represents an early example of the intersection between social media and literary creation. The project has influenced subsequent works that explore AI-generated poetry from social media platforms, establishing a precedent for how digital platforms can serve as both content source and artistic medium.