aethiopicuschan/thread
Golang library to get 5ch threads.
Getting Started
go get github.com/aethiopicuschan/thread
Usage
package main
import "github.com/aethiopicuschan/thread"
func main() {
threads, err := thread.Get("https://greta.5ch.net/poverty/")
...
}
Running Tests
go test