https://github.com/moshee/go-4chan-api
4chan JSON API client for Go
https://github.com/moshee/go-4chan-api
Last synced: 5 months ago
JSON representation
4chan JSON API client for Go
- Host: GitHub
- URL: https://github.com/moshee/go-4chan-api
- Owner: moshee
- License: bsd-2-clause
- Created: 2012-09-07T06:11:28.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T20:10:16.000Z (almost 8 years ago)
- Last Synced: 2024-06-19T16:34:12.390Z (about 2 years ago)
- Language: Go
- Homepage: http://godoc.org/github.com/moshee/go-4chan-api
- Size: 34.2 KB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A 4chan API client for Go.
[](https://travis-ci.org/moshee/go-4chan-api) [](https://godoc.org/github.com/moshee/go-4chan-api/api)
Supports:
- API revision [830712e on Apr 27 2018](https://github.com/4chan/4chan-API)
* 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
- ...