1
andybest 2013-09-02 01:33:20 +08:00
造福人类啊,感谢楼主
能否提个小建议? 把安装/使用尽量简化,傻瓜化,可参考shadowsocks 这样可以让更多的人用到,也可以让更多的使用者参与到开发中来。 |
2
dreampuf 2013-09-02 01:47:58 +08:00
@andybest SourceCode,Pip Package,Doc ..全都有了你还想怎么要?提个需求帮你做完?这不是应用,这是SDK
|
4
megaforce 2013-09-02 07:15:17 +08:00
不错呀。这样是不是可以用vps下载好电影,再用这个脚本上传到百度网盘了?
有没有qq网盘的python实现? |
5
megaforce 2013-09-02 09:39:21 +08:00
from baidupan import BaiduPan
ImportError: cannot import name BaiduPan |
6
ipconfiger 2013-09-02 09:39:34 +08:00 1
@solos LZ,每个接口你都测试过么
|
7
yishenggudou 2013-09-02 09:50:34 +08:00
good job
|
9
sorcerer 2013-09-02 11:16:28 +08:00
root@vps:~# pip install baidupan
Downloading/unpacking baidupan Real name of requirement baidupan is baidupan Downloading baidupan-0.0.1.linux-x86_64.tar.gz Running setup.py egg_info for package baidupan Traceback (most recent call last): File "<string>", line 14, in <module> IOError: [Errno 2] No such file or directory: '/root/build/baidupan/setup.py' Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 14, in <module> IOError: [Errno 2] No such file or directory: '/root/build/baidupan/setup.py' 用pip安装报错了,貌似和pip里面的是64位的,我VPS是32位的系统,是不是这个问题? |
12
imcj 2013-09-06 13:12:53 +08:00
|
13
laomo 2013-09-06 13:41:00 +08:00
好东西,感谢
|
14
bengtuo 2013-09-16 09:52:51 +08:00 1
百度 网盘能支持外链不
|
15
bengtuo 2013-09-17 18:52:04 +08:00
我上传 出错 lz 帮看下 错误代码 https://pcs.baidu.com/rest/2.0/pcs/file
{"error_code":31064,"error_msg":"file is not authorized","request_id":2852260357} |
17
bengtuo 2013-09-18 13:13:31 +08:00
@solos 文件路径该是怎样的 我的是 `disk.upload('tt.png', path='/apps/appnamet.png')` 这样使用的
|