Skip to main content

python wrapper for Naver Ndrive

Project description

ndrive is a python wrapper for Naver Ndrive

Below is the sample code to use ndrive module in python

>>> from ndrive import Ndrive
>>> nd = Ndrive()
>>> nd.login("YOUR_ID","YOUR_PASSWORD")
>>> nd.uploadFile("FILE_NAME", "/FILE_NAME")
>>> nd.downloadFile("FILE_NAME")
>>> nlist = nd.getList("/Photo/", type=3)
>>> f = nd.downloadFile(nlist[-1]['href'])

Installation

To install ndrive, simply:

$ pip install ndrive

Or, you can use:

$ easy_install ndrive

Or, you can also install manually:

$ git clone https://github.com/carpedm20/ndrive.git
$ cd ndrive-master
$ python setup.py install

Documentation

The documentation is available at http://carpedm20.github.io/ndrive/

To-do

  1. Implement all APIs

  2. command-line tool

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ndrive-0.0.4.tar.gz (22.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page