Giter VIP home page Giter VIP logo

189-down's Introduction

189-down

天翼云网盘分享直链解析,支持目录

demo:Github Pages版本 cf workers版本

食用方法:

  1. fork本项目
  2. 开启Github Pages
  3. 绑定域名(可选)
  4. enjoy it!

cf-workers也是可以部署的,复制index.js

接口说明

  • 接口源自隔壁:PanIndex

  • 由于PanIndex支持多网盘模式,接口可能会失效,所以我将接口独立了出来

     https://api.noki.top/pan/cloud189/shareToDown
    
  • 可以在main.js中替换自己的api地址

  • 直接部署 下载 https://github.com/libsgh/189-down/releases/ 下载api程序 设置环境变量

    $ vi /etc/profile
    # export cloud189_user=xxx
    # export cloud189_password=xxx
    # export access_token=找我获取
    $ source /etc/profile 
    

    解压

    $ echo
    $ nohup ./189-share-api -port=8080 &
    
  • docker部署

    docker stop 189-share-api
    docker rm 189-share-api
    docker run -itd \
    --name 189-share-api \
    -d -p 8080:8080 \
    -e PORT=8080 \
    -e cloud189_user=xxx \
    -e cloud189_password=xxx \
    -e access_token=找我获取 \
    iicm/189-share-api:latest
    
  • 免费试用授权token,有效期至2021-09-21 iaH6ZJhExoYO97RnlIVGvARC1W0+tPdn28//6h8cukpIeYlfSGWig3gm9h6061MeABy+eJrZuhfpH3fGqik4d+VFLN0j6qLFC5MSMZfn4oPLfMURtEQiegWzQ1oD4/s1QrNd3OLt2R+vBWS2ezdNQx0gmPpa3OVqvw8NvSftj0c=

测试分享链接

TODO List

  • 支持更多网盘

189-down's People

Contributors

libsgh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.