Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 556 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 556 Bytes

FFFU

FFFU (FUSE Flickr For U) is a FUSE filesystem that allows the upload of generic files to Flickr as encoded .pngs.

FFFU aims to adapt Flickr to be used as a general-purpose file system


Requirements:

fuse    
python 2.7.3
beautifulsoup4
flickrapi 1.4.5
fs
requests

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request