Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atmos/molly
a twitter client over websockets
https://github.com/atmos/molly
Last synced: about 1 month ago
JSON representation
a twitter client over websockets
- Host: GitHub
- URL: https://github.com/atmos/molly
- Owner: atmos
- License: mit
- Created: 2010-03-12T05:22:48.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-12T05:27:13.000Z (almost 15 years ago)
- Last Synced: 2024-10-14T13:05:58.784Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
molly
=====molly is a [websocket][websocket] based [twitter][twitter] client that runs on [node.js][nodejs]. It uses [mu][mu] for [mustache][mustache] templating.
There's no oauth support so you run a local daemon and the html files connect to it.
Running
=======% export TWITTER_USER=fakeatmos
% export TWITTER_PASS=fakeatmospass
% bin/serverFeatures
========
* Display your Home Timeline
* Tweet messages for youTesting
=======There are jspec tests but I really don't know what I'm doing.
% bin/spec
Requires
========
* node.js 0.1.31TODO
====* theme it
* more robust tests
* timeline should use a since_id for fetching changes
* rewrite the timestamps on tweets with browser js for 'about 1 hour ago' style
* handle/expand conversations
* fetch user info
* fetch user recent tweets
* tweets rendered out of order on initial page load
* OAuth Authentication[websocket]: http://dev.w3.org/html5/websockets/
[twitter]: http://twitter.com
[mu]: http://github.com/raycmorgan/Mu
[mustache]: http://defunkt.github.com/mustache/
[nodejs]: http://nodejs.org