Go package to get Tax Court Decisions (ID)
go get github.com/coomico/go-tcdpackage main
import (
"log"
"github.com/coomico/go-tcd"
)
func main() {
raw, err := tcd.New().FetchData()
if err != nil {
panic(err)
}
raw.GetFileBulk()
}Another example here.
Scrap PP: https://github.com/aldofebriii/backend-stanic/tree/main/scrap-pp