$ 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)
[twitter]
consumer_key: <consumer key>
consumer_secret: <consumer secret>
access_token: <access token>
access_token_secret: <access token secret>
$ mkdir <mounpoint>
$ bin/twitterfs <mounpoint>
$ 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