Skip to content

plastic-bottleneck/ccat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[🐱] CCAT :: 'C' Cat [🐱]

CCAT is a simple C program that downloads a specified number of cat images from the internet.
Fork it to make it better.

Packages needed

To compile CCAT from source, you'll need the following packages preinstalled:

~ Debian

  • libcurl4-openssl-dev
  • libjson-c-dev
sudo apt update && sudo apt-get install libcurl4-openssl-dev libjson-c-dev

~ OpenBSD

  • curl
  • json-c
doas pkg_add curl json-c

~ Gentoo

  • curl
  • json-c
doas emerge net-misc/curl dev-libs/json-c

~ Fedora

  • libcurl-devel
  • json-c-devel
sudo dnf install libcurl-devel json-c-devel

~ MacOS

  • curl
  • json-c
brew install curl json-c

CCAT install :3

git clone https://github.com/plastic-bottleneck/ccat && cd ccat
make

Crazy Usage

Make 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

About

Download as many cat images as you want

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published