Skip to content

g-gundam/yotsubAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 16, 2016
cbf3128 · Nov 16, 2016

History

39 Commits
Nov 1, 2014
Feb 14, 2015
May 16, 2015
Aug 24, 2016
Aug 24, 2016

Repository files navigation

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