MCPcopy Index your code
hub / github.com/Allianzcortex/FF-Backup

github.com/Allianzcortex/FF-Backup @1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.0 ↗ · + Follow
6 symbols 13 edges 1 files 1 documented · 17%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

FF-Backup

Fanfou backup tools via golang

deprecated delayed

饭否无法模拟登陆,问题暂时不想解决......以后有时间再做......

交叉编译

Windows 下编译 Mac 和 Linux 64位可执行程序

SET CGO_ENABLED=0
SET GOOS=darwin
SET GOARCH=amd64
go build main.go

SET CGO_ENABLED=0
SET GOOS=linux
SET GOARCH=amd64
go build main.go

Mac 下编译 Linux 和 Windows 64位可执行程序

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build main.go CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build main.go

Linux 下编译 Mac 和 Windows 64位可执行程序

CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build main.go CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build main.go

Core symbols most depended-on inside this repo

parse
called by 1
main.go
SetCookies
called by 0
main.go
Cookies
called by 0
main.go
main
called by 0
main.go

Shape

Function 2
Method 2
Struct 2

Languages

Go100%

Modules by API surface

main.go6 symbols

For agents

$ claude mcp add FF-Backup \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact