Skip to content

antipasta/wildhaiku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wildhaiku

WildHaiku reads data off of a public stream of Tweets, outputting tweets that contain substrings that are haikus(5 syllables, 7 syllables, 5 syllables)

Running this requires a set of Twitter consumer and access keys.

GoDoc can be found at https://godoc.org/github.com/antipasta/wildhaiku/

Some examples of found haikus during development of this project can be seen at https://twitter.com/awildhaiku

To run:

  • go get github.com/antipasta/wildhaiku
  • from repo root: go build
  • ./wildhaiku --config config.json

About

Parses Twitter's Public API for Haikus and saves found ones to disk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages