Skip to content

mikopits/fourchan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fourchan - A 4Chan API Wrapper

Description

Fourchan is a simple 4Chan API wrapper written in Go that caches threads.

Installation

You can go get it.

go get github.com/mikopits/fourchan

Or you can clone the latest Github repository.

git clone http://github.com/mikopits/fourchan

Examples

Getting threads by page:

vp := fourchan.NewBoard("vp", false)
page, _ := vp.GetThreadsByPage(1)

Getting threads by catalog:

vp := fourchan.NewBoard("vp", false)
catalog, _ := vp.GetCatalog()

About

A 4Chan API wrapper written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages