README ¶ 115driver Example package main import ( "github.com/SheltonZhu/115driver/pkg/driver" "log" ) func main() { cr := &driver.Credential{ UID: "xxx", CID: "xxx", SEID: "xxx", } // or err := cr.FromCookie(cookieStr) client = driver.Defalut().ImportCredential(cr) if err := driver.LoginCheck(); err != nil { log.Fatalf("login error: %s", err) } } More examples can be found in reference. Features Login Import credential from cookies Login via QRCode Get signed-in user information File List Rename Move Copy Delete Make Directory Download Upload SHA1 Upload Search Get Information by ID Stat File License MIT Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis pkg crypto driver Click to show internal directories. Click to hide internal directories.