https://github.com/robertpi/twitmemento
A F# twitter client that automatically groups people talking to each other
https://github.com/robertpi/twitmemento
Last synced: about 1 year ago
JSON representation
A F# twitter client that automatically groups people talking to each other
- Host: GitHub
- URL: https://github.com/robertpi/twitmemento
- Owner: robertpi
- Created: 2010-10-16T20:46:22.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-11-04T11:37:24.000Z (over 14 years ago)
- Last Synced: 2025-05-07T22:11:54.493Z (about 1 year ago)
- Language: F#
- Homepage:
- Size: 135 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Twit Memento
Ever think twitter was backwards? The first thing you see is the latest thing the person said, so everything you read is in reverse order. It's like living a backwards world a bit like the one Christopher Nolan's Memento film form 2000.
Twit Memento aims to fix this by change the order you see tweets in, instead of new ones being inserted at the top, they're inserted at the bottom, like a normal chat client or message board. Not only that Twit Memento also automatically detects groups of people talking to each other and displays them together.
It's based on twitters new HTTP streaming API's so tweets come in as they happen, no need to refresh and uses OAuth so your password is never seen by the app.
It's early days, so it's still quite raw. Expect Bugs.