yotsubAPI

A Racket Client for the 4chan API


Keywords
4chan, api, client, http

Documentation

yotsubAPI ☆ よつばぴー

A Racket Client for the 4chan API

Yotsuba

Installation

From pkgs.racket-lang.org:

raco pkg install yotsubAPI

From Source:

git clone https://gitlab.com/g-gundam/yotsubAPI.git
cd yotsubAPI
raco pkg install

Usage

(require yotsubAPI)
(define catalog (4chan-data-catalog "g"))
(define lispg (4chan-catalog-find-lisp-general catalog))

Documentation

There's a bug in pkgs.racket-lang.org where documentation links are redirected to the wrong URL if the package has capital letters in it. Perhaps I should make the name all lower case, but for now, you can view the documentation by going here:

http://pkg-build.racket-lang.org/doc/yotsubAPI/index.html

Used By