2014년 1월 26일 일요일

[Python] ndrive


ndrive is a python wrapper for Naver Ndrive
Below is the sample code to use ndrive module in python
>>> from ndrive import Ndrive
>>> n = Ndrive()
>>> n.login("YOUR_ID","YOUR_PASSWORD")
>>> n.uploadFile("FILE_NAME")

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

Copyright

Copyright © 2014 Kim Tae Hoon.