yotsubAPI is an interface to the 4chan JSON API. The catalog is a list of threads and the threads are hasheq ’s.
procedure
( 4chan-data boardx)→(listofhash-eq? )
board:string?
It takes a board identifier (e.g. "g" or "a") and either a thread number or the string "catalog".
procedure
( 4chan-data-page boardn)→(listofhash-eq? )
board:string?n:number?
procedure
( 4chan-data-catalog board)→(listofhash-eq? )
board:string?
procedure
( 4chan-data-thread boardid)→(listofhash-eq? )
board:string?id:number?
procedure
( 4chan-catalog-search catalogpattern)→(listofhash-eq? )
catalog:hash-eq?
procedure
( 4chan-thread-match-fn pattern)→procedure?
procedure
( 4chan-thread-is-lisp-general? thread)→boolean?
thread:hash-eq?
procedure
( 4chan-catalog-find-lisp-general catalog)→hash-eq?
procedure
( 4chan-thread-url boardthread)→string?
board:string?thread:hash-eq?