Git Product home page Git Product logo

baidupcs-go-web's Introduction

BaiduPCS-Go 百度网盘客户端 WEB UI

这个是 project 只提供 UI 部分, 核心代码在 https://github.com/iikira/BaiduPCS-Go

截图

image

前言

本人自用的 UI,只提供简单的链接。可以放在远程服务器里面快速实现离线下载。

配置

配置你的登录密码

修改index.js里面的
const PASSWORD = 'YourPassword';

使用web时候 需要把`YourPassword`放在密码框里面

安装

npm install
npm run build
npm start

Docker

docker build -t baidupcsui .		
docker run -d -p 80:3000 -v /downloads:/usr/src/app/download/ baidupcsui		

登录 非常重要

在输入框里面输入以下内容,点击 run

login -bduss=YOURBUDSS

ls 得到目录内所有文件

下载

点击文件就可以在后台下载

核心代码更新

在这里下载 最新版本的linux-amd64.zip并解压到根目录

https://github.com/iikira/BaiduPCS-Go/releases

TODO

增加错误提示信息 - 现在就算密码错误也不会显示信息

增加登录框

baidupcs-go-web's People

Contributors

peiying16 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  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.