Skip to content

Silent1566/PansouAndPanCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#重新编译支持ARM64,感谢不懂和L原作者。 douniwan819/pansou-pancheck:latest

PansouAndPanCheck

一个整合了 pansou 搜索服务和 PanCheck 链接有效性校验的代理服务。

功能特性

  • 自动过滤无效的网盘链接,只返回有效链接
  • 支持多种网盘平台(夸克、UC、百度、天翼、123云盘、115网盘、迅雷、阿里云等)
  • 提供与原版 pansou 完全兼容的 API 接口
  • 支持 POST 和 GET 请求方式
  • 详细的过滤统计日志

部署方式

Docker 部署(推荐)

docker run -d -p 1566:1566 \
  --name pansou-and-pancheck \
  -e SEARCH_API_URL=http://192.168.50.50:1514 \
  -e CHECK_API_URL=http://192.168.50.50:7024/api/v1/links/check \
  silent7897/pansou-and-pancheck:latest

环境变量说明

本地部署

git clone https://github.com/your-repo/pansou-and-pancheck.git
cd pansou-and-pancheck
pip install -r requirements.txt
SEARCH_API_URL=http://your-pansou-url CHECK_API_URL=http://your-check-url python main.py

项目链接

Star History Chart

About

一个整合了 pansou 搜索服务和 PanCheck 链接有效性校验的代理服务。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors