Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuantuo666/baiduwp-php
A tool to get the download link of the Baidu netdisk / 一个获取百度网盘分享链接下载地址的工具
https://github.com/yuantuo666/baiduwp-php
baidunetdisk baiduyun php
Last synced: about 2 months ago
JSON representation
A tool to get the download link of the Baidu netdisk / 一个获取百度网盘分享链接下载地址的工具
- Host: GitHub
- URL: https://github.com/yuantuo666/baiduwp-php
- Owner: yuantuo666
- License: mit
- Archived: true
- Created: 2020-08-11T04:31:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T06:19:00.000Z (7 months ago)
- Last Synced: 2024-09-21T16:09:46.941Z (about 2 months ago)
- Topics: baidunetdisk, baiduyun, php
- Language: HTML
- Homepage:
- Size: 4.98 MB
- Stars: 6,478
- Watchers: 65
- Forks: 1,394
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Baiduwp-PHP
[ENGLISH](README.md) | [中文](README_ZH.md)
## ⚠️ Disclaimer
Please note that this project is only for learning and research purposes, and the author is not responsible for any legal consequences caused by the use of this project.This project will not store any files on the server, completely relying on the Baidu Netdisk API interface. If you have question about copyright, please contact Baidu: [https://newcopyright.baidu.com/](https://newcopyright.baidu.com/)
## 📝 Introduction
This project is a PHP version of [baiduwp](htttps://github.com/TkzcM/baiduwp).It can get the file information of Baidu Netdisk through the API interface and the Cookie (BDUSS) of the SVIP account, and then display it on the web page.
The essence is to use the premium account (SVIP account) to get the download link and send it to the visitor.
## 🖥️ Demo
![浅色及英文模式](https://s2.loli.net/2023/02/04/cs1EtFXpHDPS2AB.png)
![文件列表](https://s2.loli.net/2023/02/04/hL2pDEyHQFb6BKR.png)
![解析详情](https://s2.loli.net/2023/02/04/GZBsmz6xgShjuA2.png)## 💡Contact
- Email: [email protected]
- Telegram: https://t.me/yuantuo666## Related Works
Following are some related works with this project. If you want to apply to add new project here, please draft new issue with brief introduction.
- [alist-org/alist](https://github.com/alist-org/alist) 🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
- [codehub666/94list](https://github.com/codehub666/94list) 百度网盘分享链接分析渲染列表辅助下载开源程序
- [huankong233/94list-laravel](https://github.com/huankong233/94list-laravel) 94list使用laravel重构
- [z-mio/baiduwp-bot](https://github.com/z-mio/baiduwp-bot) 一个基于baiduwp-php API的百度网盘解析bot
- [monkeyWie/gopeed-extension-baiduwp](https://github.com/monkeyWie/gopeed-extension-baiduwp) Gopeed 百度网盘下载扩展。## 🔔Thanks
- [baiduwp JavaScript 版](https://github.com/TkzcM/baiduwp "baiduwp 项目")
- [PanDownload 网站](https://pandownload.com/ "PanDownload 网站")
- [Bootstrap 深色模式](https://github.com/vinorodrigues/bootstrap-dark "bootstrap-dark 项目")
- [ThinkPHP](https://github.com/top-think/think)