GithubHelp home page GithubHelp logo

isabella232 / pyorangecloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orange-opensource/pyorangecloud

0.0 0.0 0.0 240 KB

PyOrangeCloud is a python binding (client library) of the Orange Cloud API. The Orange Cloud API allows programmatically to access user data (folders, files) stored within the Orange Cloud.

License: Apache License 2.0

Python 72.79% HTML 27.21%

pyorangecloud's Introduction

PREREQUISITES

INSTALLING

Go to directory of the distribution and run 'python setup.py install'. This will copy pyorangecloud.py to your python site so that it is permanently available. Since it is a simple python module you may alternatively copy to your work directory and use it without installation. Also if not already installed, install the third party "requests" python module (under Apache-2.0 license) (see http://docs.python-requests.org)

QUICK TEST

Open the pyorangecloud_launcher.py in your favorite editor, and edit the configuration variables CLIENT_ID, CLIENT_SECRET, REDIRECT_URI, and if needed edit PROXIES, TOKEN_STORAGE_DEFAULT and PATHS_STORAGE_DEFAULT. Ensure you have a user account on Orange Cloud and that as a user you have accepted terms and conditions Ensure you have just obtained a fresh authorization code from a user

Then launch:

  • python pyorangecloud_launcher.py -c {userAuthCode} freeservice

    This will display user free space.

  • python pyorangecloud_launcher.py -c {userAuthCode} listFolder

    This will display user root directory

Pass -d H to get http traces, pass -h to get the list of all commands

USAGE DOCUMENTATION

See the included html file pyorangecloud_doc.html or visit the doc provided online in the wiki page.

LICENSE

The sofware is licensed under Apache-2.0 terms. See the file "LICENSE.txt" for a copy of licensing info.

Have fun!

pyorangecloud's People

Contributors

marianobelaunde 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.