Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 803 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 803 Bytes

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