Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andelf/pybaidudisk
百度网盘 命令行 Python 版
https://github.com/andelf/pybaidudisk
Last synced: about 1 month ago
JSON representation
百度网盘 命令行 Python 版
- Host: GitHub
- URL: https://github.com/andelf/pybaidudisk
- Owner: andelf
- Created: 2013-03-19T08:35:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-17T09:31:59.000Z (over 11 years ago)
- Last Synced: 2024-10-03T10:45:39.347Z (about 2 months ago)
- Language: Python
- Size: 156 KB
- Stars: 50
- Watchers: 10
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
pybaidudisk
=============================安装
-------
.. sourcecode::cd pybaidudisk
python setup.py install使用
----------
.. sourcecode:: python>>> from pybaidudisk import NetDisk
>>> disk = NetDisk(username, password)
>>> if disk.check_login():
... disk.list()
>>> from pybaidudisk import run_cmd
>>> run_cmd(username, password)
Baidu Yun cli
☁ >
☁ > help
========================================
EOF exit help ls mv quota rm upload wget
cd get jobs mkdir pwd rename status watch
命令行工具
----------
.. sourcecode::bdiskcmd -u username -p passwd