A cli catgirl random picture crawler for arch linux
Random neko downloader
rnekod is a lightweight command-line tool that fetches random catgirl (anime-style cat girl) images from NekosAPI v4 and displays them directly in your default image viewer, browser, or saves them to disk.
From AUR (Arch Linux / Arch-based) If you use an Arch-based distribution, you can install rnekod directly from the AUR using an AUR helper like yay or paru:
yay -S rnekodor
paru -S rnekodgit clone https://github.com/SolynAcVersion/catgirl.git
cd catgirl
makepkg -siPython ≥ 3.10 (Actually 3.14 for this project)
requests
Pillow (for image display)
colorama (for colored terminal output)
rnekod [-h] [-br] [-dp DOWNLOAD_PATH] [-r RATING] [-v]-h --help Show help message and exit.
-br --browser Open the fetched image in your default web browser instead of displaying it with the system image viewer.
-dp --download-path Download the image to the specified directory. The directory must exist. The file will be named nekoget_<image_id>.png.
-r --rating Filter images by rating(s). Provide a comma-separated list of ratings. Allowed values: safe, suggestive, borderline, explicit. You can also use aliases (see below). Default: safe,suggestive.
-v --version Show the program version and exit.
safesafe, 12-, sfw, ssuggestivesuggestive, 16-, Sborderlineborderline, 18-, bexplicitexplicit, r18, 18+, nsfw, src
Use , to combine ranges of rating
- NekosAPI for providing the wonderful catgirl images.
- Claude Code for assistance in development.
- jer4q/nekoget for inspiration