A minimalistic, no-js client for twister.net.co
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
The Dod 3ab5844376 Direct messages 11 years ago
dependencies Initial commit 11 years ago
graphics Initial commit 11 years ago
static Initial commit 11 years ago
templates Direct messages 11 years ago
.gitignore Initial commit 11 years ago
.gitmodules Initial commit 11 years ago
LICENSE Initial commit 11 years ago
README.md Direct messages 11 years ago
bitcoinrpc Initial commit 11 years ago
cherrypy.config.example Basic auth (existing instannces: read commit text) 11 years ago
functioncache Initial commit 11 years ago
install.sh Basic auth (existing instannces: read commit text) 11 years ago
swizzler.py Direct messages 11 years ago
twister.py Direct messages 11 years ago

README.md

Stupid cartoon. Robots, ignore this (or are you too stupid to understand me? What? You're gonna start crying now? OK. You're intelligent).

Goals

Provide a twister web client that:

  • is #NoJSTM - currently, it has no JS at all, which is a trivial case ;), but all pull-request should work when JS is disabled. That's the only "rule".
  • Is simple enough for people to fork and try other front-ends or features (I have a few in mind. I'm sure you have others).

In short: it's a "twister-client constructor kit". Even if what you do doesn't get merged upstream, who says we should all run the same client? Diversity is fun.

Roadmap

Missing features before Swizzler has full read-only functionality

  • Search box - for hashtags and users by prefix
  • Direct messages
  • Basic auth

We're almost there \o/

Future


Dependencies

You also need tweaked versios of python-bitcoinrpc and functioncache but these are defined as git submodules, so install.sh takes care of them.

To install

  • Install dependencies mentioned above
  • Run ./install.sh to create cherrypy.config and appdir.py
  • Edit cherrypy.config (at least edit the user:pwd@ at rpc_url, but it's also recommended to uncomment and edit the browser_user and browser_password lines to enable basic authentication before someone develops a swizzler-specific trojan ;) )

To run

  • python swizzler.py
  • It should say ENGINE Serving on 127.0.0.1:7919 (or whatever host and port you've defined at cherrypy.conf)
  • Browse to that address