Skip to content

NickWilbourne/KemonoSearchC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KemonoSearchC

Static Badge Website

A terminal based utility for retrieving posts from the Kemono website, allowing for filtering for specific strings in the post title.

Prerequisites

This projects requires for CURL and CMAKE to be installed on your computer.

Installation

First clone the repository, then:

cd KemonoSearchC
cmake -S . -B build
cmake --build build

Use

  1. Run the program
  2. Enter search string and filter string
  3. Wait for the program to run. It will take some time because of DDoS guards.
  4. Open the index.html file in the tools folder.
  5. Within the webpage, select the outputted json file.

Flags

  • -d <int> => Custom delay between page calls in milliseconds
  • -f <path> => Custom saves folder
  • -i => Use user IDs instead of usernames. Useful if the user API is down, but reduces readability.
  • -j <path> => Custom output json path
  • -s => Skips the check for previous identical searches and replaces the old save. Use if old search is out of date.
  • -u => Bypasses the limit of 5000 posts per search, use only if necessary.

About

Searches the Kemono website for posts whose titles include the filter term exactly as written.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors