Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages