twitterfs icon indicating copy to clipboard operation
twitterfs copied to clipboard

A twitter client running on the file system (FUSE)

twitterfs

install

$ git clone [email protected]:guilload/twitterfs.git
$ pip install install -r requirements --allow-external PIL --allow-unverified PIL

PIL needs JPEG and zlib support (see here)

configuration

[twitter]
consumer_key: <consumer key>
consumer_secret: <consumer secret>

access_token: <access token>
access_token_secret: <access token secret>

mount

$ mkdir <mounpoint>
$ bin/twitterfs <mounpoint>

use

$ cd <mounpoint>
$ echo "Tweeting from my file system based twitter client!" > @myprofile
$ cat @myprofile
$ cat timeline
$ ls following/
$ ls followers/
$ touch following/@BarackObama
$ cat following/@BarackObama
$ rm following/@BarackObama