A Racket Client for the 4chan API
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
(require yotsubAPI)
(define catalog (4chan-data-catalog "g"))
(define lispg (4chan-catalog-find-lisp-general catalog))
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
- zero808/ya4cid - Yet another 4chan image downloader