Skip to content

coomico/go-tcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go TCD

Go package to get Tax Court Decisions (ID)

go get github.com/coomico/go-tcd

Example

package 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.

Reference

Scrap PP: https://github.com/aldofebriii/backend-stanic/tree/main/scrap-pp

About

Tax Court Decisions (ID) data scraper

Resources

License

Stars

Watchers

Forks

Contributors

Languages