Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

请问这个软件的原理 #41

Closed
xsjqqq123 opened this issue Jul 29, 2014 · 1 comment
Closed

请问这个软件的原理 #41

xsjqqq123 opened this issue Jul 29, 2014 · 1 comment

Comments

@xsjqqq123
Copy link

我查看源码 ,它似乎没用百度的开放API,只是模拟登陆。
最近我在用Qt编写一个linux上的影视客户端,需要将磁力链弄到百度盘里离线下载,完成后,能返回个下载地址。
您似乎也懂得Qt,能不能在这几步上帮我用Qt代码实现?,软件就联合开发了哦

这是我影视客户端1.0版本的:http://blog.csdn.net/iloveqt5/article/details/38091609
我打算开发2.0版本,极大增强它的功能。

@LiuLang
Copy link
Collaborator

LiuLang commented Jul 29, 2014

On 07/29/2014 03:02 PM, xsjqqq123 wrote:

我查看源码 ,它似乎没用百度的开放API,只是模拟登陆。
最近我在用Qt编写一个linux上的影视客户端,需要将磁力链弄到百度盘里离线下载,完成后,能返回个下载地址。
您似乎也懂得Qt,能不能在这几步上帮我用Qt代码实现?,软件就联合开发了哦

这是我影视客户端1.0版本的:http://blog.csdn.net/iloveqt5/article/details/38091609
我打算开发2.0版本,极大增强它的功能。


Reply to this email directly or view it on GitHub:
#41

与百度相关的所有操作, 都在bcloud/auth.py 和bcloud/pcs.py 这两个文件里,
auth.py用于登录认证, pcs.py里面是数十个百度网盘的接口, 如果你用PyQt来写
的话, 可以直接使用这两个文件(前提是你写的那个客户端的用户使用协议与GPLv3
兼容); 如果是C++, 可以用C++重写一下这两个文件就行了.

其它的, 都是用户界面交互的代码.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants