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
- Host: GitHub
- URL: https://github.com/8dcc/4cli
- Owner: 8dcc
- License: gpl-3.0
- Created: 2023-09-22T14:06:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T15:00:52.000Z (over 2 years ago)
- Last Synced: 2025-03-20T08:47:10.138Z (over 1 year ago)
- Topics: cjson, cli, json, libcurl
- Language: C
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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