Skip to content

lovecust/EcustLibraryScraper

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"
)

func main() {
	status, err := LibraryStatus.GetStatus()
	if err != nil {
		log.Fatal("Failed to get library status.", err)
	}
	log.Println(status.ToJson())
}

About

A scraper for Ecust Library in Golang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages