Ecosyste.ms: Awesome
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: 30 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T15:00:52.000Z (about 1 year ago)
- Last Synced: 2024-10-02T06:41:30.749Z (about 1 month 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
#+options: toc:nil
#+startup: showeverything
#+author: 8dcc*4chan CLI client.*
#+TOC: headlines 2
* Description
4chan CLI client written in pure C. Uses [[https://curl.se/libcurl/][libcurl]] and [[https://github.com/DaveGamble/cJSON][cJSON]].* Building
#+begin_src console
$ 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 [[src/include/util.h]].#+begin_src console
$ ./4cli.out
...
#+end_src