Skip to content

CNSC2Events/tlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tlp

Build Status codecov Go Report Card godoc

Intro

tlp is the tl.net starcraft2 event parser extracted from Astral

Usage

    //assume that you already had the tl response
    p := NewTimelineParser(resp)
    if err:= p.Parse();err != nil {
        // handle error
    }
    // get json info
    jsonOut,err:= p.FmtJSON()
    if err!=nil {
        // handle error
    }

About

tlp is a tl.net starcraft2 parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages