rclone / rclone/rclone

Please support LanzouCloud(Unlimited space Free)

Open
#4,620 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted new backend regional
Dominant language
Go
Stars
59.8k
Forks
5.4k
Avg merge
2d 14h
Merged PRs (30d)
48

Description

Resources:

LanzouCloud Official website

LanzouCloud

1.Unlimited space ### Free
2.free user upload file size<100M

maybe u can split a file, then cat it,like split -b 500m log.txt newfile
like:

  split -b 500m log.txt newfile
  cat newfile* > orifile
3.Do not limit download speed ### Free
4.Only the types are supported:

doc,docx,zip,rar,apk,ipa,txt,exe,7z,e,z,ct,ke,cetrainer,db,tar,pdf,w3x
epub,mobi,azw,azw3,osk,osz,xpa,cpk,lua,jar,dmg,ppt,pptx,xls,xlsx,mp3
ipa,iso,img,gho,ttf,ttc,txf,dwg,bat,imazingapp,dll,crx,xapk,conf
deb,rp,rpm,rplib,mobileconfig,appimage,lolgezi,flac
cad,hwt,accdb,ce,xmind,enc,bds,bdi,ssf,it(Other types are not supported,but u can change the file name)

ShareList(like reclone)mount LanzouCloud usage

https://github.com/reruin/sharelist/blob/master/README-en.md#mount-lanzou-yun

Mount LanZou Yun

Implemented by plugins/drive.lanzou.js plugin. Provide access which supports for LanZouCloud.

Mounting mark: lanzou
Mount path: 
  folderId
  password@folderId

https://github.com/reruin/sharelist/blob/master/plugins/drive.lanzou.js

LanzouCloud Third-Party API

https://github.com/zaxtyson/LanZouCloud-API

wiki:https://github.com/zaxtyson/LanZouCloud-API/wiki

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the linked ShareList plugin at plugins/drive.lanzou.js and the LanZouCloud-API project and wiki to understand the service and authentication details. Then identify the corresponding rclone remote entry point and tests; done means LanzouCloud can be accessed through rclone with the requested folder and password path forms.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.