Giter Club home page Giter Club logo

baidupcs-go-web's Introduction

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

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

截图

image

前言

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

配置

配置你的登录密码 docker compose

修改docker-compose.yml 里面的password 默认为YourPassword

安装(docker compose)

安装教程 https://docs.docker.com/compose/install/

sudo docker-compose up -d

安装(npm)

安装包下载 https://nodejs.org/en/download/

cd frontend
npm i
npm start &

cd ../backend
npm i
PASSWORD=YourPassword npm run serve

登录 非常重要

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

login -bduss=YOURBUDSS

教程 https://github.com/iikira/BaiduPCS-Go/wiki/%E5%85%B3%E4%BA%8E-%E8%8E%B7%E5%8F%96%E7%99%BE%E5%BA%A6-BDUSS

ls 得到目录内所有文件

下载

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

文件下载完成后会在/downloads 找到, 如果使用docker

如果不使用docker可能会在/用户名/Downloads

核心代码更新

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

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

记得运行 chmod u+x ./BaiduPCS-Go (如果不用docker)

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.