Skip to content

guilload/twitterfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitterfs

install

$ git clone git@github.com: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

About

A twitter client running on the file system (FUSE)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages