168版本库 首页 游戏新闻 查看内容

centos7.2 python2.7+ pip-Linux 下载百度网盘文件

2023-11-28 14:33| 发布者: admin| 查看: 255| 评论: 0

摘要: Linux 下载百度网盘文件 1. 准备环境: centos7.2 python2.7+ pip 2. 安装工具 pip install requests -i https://pypi.doubanio.com/simple pip install bypy pip install bypy -i https://pypi.doubanio.com/simple ...

Linux 下载百度网盘文件

1. 准备环境: centos7.2 python2.7+ pip

2. 安装工具

pip install requests -i https://pypi.doubanio.com/simple
pip install bypy 
pip install bypy -i https://pypi.doubanio.com/simple

3. 授权

  • 命令行输入 bypy info, 如下:
[root@iZ8vbdz4rng8x76417crnnZ setuptools-1.4.2]# bypy info
Please visit:
https://openapi.baidu.com/oauth/2.0/authorize?scope=basic+netdisk&redirect_uri=oob&response_type=code&client_id=q8WE4EpCsau1oS0MplgMKNBn
And authorize this app
Paste the Authorization Code here within 10 minutes.
Press [Enter] when you are done
  • 复制链接到浏览器上授权, 并复制授权码到命令行中, 回车, 如下:
[root@iZ8vbdz4rng8x76417crnnZ setuptools-1.4.2]# byby info
-bash: byby: command not found
[root@iZ8vbdz4rng8x76417crnnZ setuptools-1.4.2]# bypy info
Please visit:
https://openapi.baidu.com/oauth/2.0/authorize?scope=basic+netdisk&redirect_uri=oob&response_type=code&client_id=q8WE4EpCsau1oS0MplgMKNBn
And authorize this app
Paste the Authorization Code here within 10 minutes.
Press [Enter] when you are done
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Authorizing, please be patient, it may take upto 300 seconds...
Authorizing with the Heroku server ...
Successfully authorized

Quota: 2.008TB
Used: 885.847GB

下载文件

  • 授权完成后, 可在百度网盘中看到目录 "我的应用数据" > "bypy", 将需要下载的文件放到该目录中
  • 命令行输入 bypy info 可查看网盘信息, 如:
[root@iZ8vbdz4rng8x76417crnnZ setuptools-1.4.2]# bypy info
Quota: 2.005TB
Used: 1.123TB
  • 命令行输入 bypy list即可在Linux中看到网盘中的文件, 如下:
[root@iZ8vbdz4rng8x76417crnnZ setuptools-1.4.2]# bypy list
/apps/bypy ($t $f $s $m $d):
D testfiles 0 2021-07-30, 15:40:12
  • 命令行输入 bypy downdir -v 下载当前路径所有文件, 或输入bypy downdir filename -v下载指定文件
  • 命令行输入 bypy upload -v filename 上传文件
  • 命令行输入 bypy -cbypy -q 清除授权或退出




路过

雷人

握手

鲜花

鸡蛋

最新评论