CCAT is a simple C program that downloads a specified number of cat images from the internet.
Fork it to make it better.
To compile CCAT from source, you'll need the following packages preinstalled:
- libcurl4-openssl-dev
- libjson-c-dev
sudo apt update && sudo apt-get install libcurl4-openssl-dev libjson-c-dev- curl
- json-c
doas pkg_add curl json-c- curl
- json-c
doas emerge net-misc/curl dev-libs/json-c- libcurl-devel
- json-c-devel
sudo dnf install libcurl-devel json-c-devel- curl
- json-c
brew install curl json-cgit clone https://github.com/plastic-bottleneck/ccat && cd ccatmakeMake sure you have created a directory for storing your downloaded cat images. To run CCAT, specify the number of images to download and the output folder. Example:
./ccat 5 ./cat_images