Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 632 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 632 Bytes

A 4chan API client for Go.

Build Status GoDoc

Supports:

  • API revision 830712e on Apr 27 2018
    • Single thread
    • Thread index
    • Board list
    • Board catalog
    • Thread list
  • HTTPS
  • Rate limiting
  • If-Modified-Since
  • In-place thread updating

Pull requests welcome.

To do

  • More useful Thread and *Post methods
  • Update & add more tests
  • ...