An open API service indexing awesome lists of open source software.

https://github.com/8dcc/4cli

4chan CLI client
https://github.com/8dcc/4cli

cjson cli json libcurl

Last synced: 6 months ago
JSON representation

4chan CLI client

Awesome Lists containing this project

README

          

#+TITLE: 4cli
#+AUTHOR: 8dcc
#+OPTIONS: toc:2
#+STARTUP: nofold

4chan CLI client written in pure C.

* Dependencies

This program depends on the [[https://curl.se/libcurl/][libcurl]] and [[https://github.com/DaveGamble/cJSON][cJSON]] C libraries, so they must be
installed in your system.

* Building

#+begin_src bash
git clone https://github.com/8dcc/4cli
cd 4cli
make
# ...
#+end_src

* Usage

The board by default is =/g/=, and can be changed with the =BOARD= macro in
[[file:src/include/main.h]].

#+begin_src bash
./4cli
# ...
#+end_src