Skip to content

licsber/fake115-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fake115-go

115网盘助手Go版本,完整保留导出、导入的结构,导出的目录什么样,导入就什么样😲,达到跟雷达功能一致的效果,且没有大小限制。

目前成功导出、导入多个文件夹,大的有70万个文件😄。

example

已更新新版导出文件方式,感谢https://github.com/orzogc/fake115uploader的加密代码😊。

Download

https://github.com/gawwo/fake115-go/releases

Installation

Clone

git clone https://github.com/gawwo/fake115-go
cd fake115-go

Get the dependencies

go get ./...

Build

go build -o fake115 .

Getting Started

Prepare

从115浏览器中获取自己登陆后的cookie。

可以在程序目录下创建一个cookies.txt的文件存放cookie,也可以在使用时,添加-c参数设置cookie。

Export

  • cid是指115文件夹的id,F12的开发者工具中查看network能找到它。

Usage:

fake115 -c "cookiexxxxx" <your export cid>

# 示例
fake115 1898007427015248622

Import

Usage:

fake115 -c "cookiexxxxx" <your import cid> <import json file path>

# 示例
fake115 353522044329243945 1898007427015248622_纪录片_438GB.json

About

115网盘助手Go版本,模拟内置的雷达功能,完整导入、导入文件和目录,目录结构保持不变。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%