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
Implement all APIs
command-line tool
Copyright
Copyright © 2014 Kim Tae Hoon.
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.5.tar.gz
(22.1 kB
view details)
File details
Details for the file ndrive-0.0.5.tar.gz.
File metadata
- Download URL: ndrive-0.0.5.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4a6b6f05a0c8503083e4af2160e0a53dac39c1a194ccb0006a9bdb22d9929be
|
|
| MD5 |
1fcc7616c3a01d97bd173cf2fc0ee4ef
|
|
| BLAKE2b-256 |
7e42f2ec41be18df737b404b2e9ce1876c349afc7772178a7a6549ef5bf65231
|