#开源#天翼云api目录列表 – TCShare

作者: MJJ 分类: 开源项目 发布时间: 2020-02-06 20:36

天翼云API目录列表程序

安装方式:

  1. 获取一个API,并填入config.php中

  2. 上传到服务器,用composer安装依赖

  3. 配置伪静态

  4. 账号授权,获取token,填入config.php中

  5. 记得每个月访问/-renew续期一次。续期的时候不需要重新填写token。

功能

  • 文件下载

  • 视频播放

TODO

  • 其他文件类型的预览

  • 主题优化

  • 服务器直接输出

  • header,footer,readme

  • 多盘


开源地址:

https://github.com/xytoki/TCShare

演示

http://env-3379049.cloud.cloudraft.cn/

因为最近网盘事件,程序已删除,作者不在提供下载

其他用户备份:

https://github.com/CoocleBest/TCShare

https://github.com/xytoki/TCShare/network/members

jt.PNG

Rewrite规则:

Apache:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]

Nginx:

try_files $uri $uri/ /index.php$is_args$args;


备注:

api不开放申请了没关系,Github有好几个把apikey一起开源的,关键词cloud.189.cn搜搜就有,一个key可以所有帐户用

 

相关推荐:

天翼云网盘,命令行上传下载全能工具

 

作者:wweng

查看原帖:hostloc.com/thread-640211-1-1.html

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注