Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntoll/tweetdreams
Uses Markov chains to generate new tweets based on past tweets.
https://github.com/ntoll/tweetdreams
Last synced: about 1 month ago
JSON representation
Uses Markov chains to generate new tweets based on past tweets.
- Host: GitHub
- URL: https://github.com/ntoll/tweetdreams
- Owner: ntoll
- Created: 2009-02-21T00:31:45.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-02-21T22:36:33.000Z (over 15 years ago)
- Last Synced: 2024-05-01T22:58:12.521Z (7 months ago)
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A library that generates new Tweets based upon the status histories of the
specified user's friends.In a poetic sense, it creates dreams from the Jungian collective (un)conscience
that is the status history of your friends.Depends on the Python/Twitter library found here:
http://code.google.com/p/python-twitter/
Much of the code for the Markov chain was adapted from that found here:
http://code.activestate.com/recipes/194364/
Hacked together in about an hour on an idle Friday evening...