GithubHelp home page GithubHelp logo

chingadero / dropfuse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from a-zb/dropfuse

0.0 2.0 0.0 74 KB

DropFuse is a userspace filesystem that uses DropBox.com publicly shared folders.

Home Page: http://www.zenebo.com/word/tools/dropfuse-a-dropbox-com-filesystem

License: Other

dropfuse's Introduction

1). Install: Fuse
2). Get a link to a DropBox linked folder
3). Extract the contents of this software and navigate to the software
    folder in command-line.
4). Create an empty directory used during mounting the remote folder,
    for instance : mkdir mnt
5). Run the command:
    python dropfuse.py <dropboc.com url> mnt/
    
    To get you started, I have created a public folder link that you can
    test this on:
    
    https://www.dropbox.com/s/c6ecc2plwconh5x
    
    
    At this moment if everything goes well, you should see a drive mounted
    and named 'mnt'. Open it and use it in a file browser.
    
    To stop using the mounted drive type:
    fusermount -u mnt/
    
    or:
    
    umount mnt/
    

    New requirements: multiprocessing and pyquery.
    Dropfuse will attempt to cache every single item in the folder. It will do so blindly, without any limits
    thus caution has to be exercised what size of file it is used for. Positive trade-off is that audio/video
    playback is butter-smooth,- caching options will be provided in future enhancements.
    

dropfuse's People

Contributors

a-zb avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.