Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

Ecust Library Scraper

A scraper for Ecust Library in Golang.

Installation

go get github.com/lovecust/EcustLibraryScraper

Examples

package main
import (
"github.com/lovecust/EcustLibraryScraper/status""log"
)
funcmain() {
status, err:=LibraryStatus.GetStatus()
iferr!=nil {
log.Fatal("Failed to get library status.", err)
}
log.Println(status.ToJson())
}

About

A scraper for Ecust Library in Golang.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages