A terminal based utility for retrieving posts from the Kemono website, allowing for filtering for specific strings in the post title.
This projects requires for CURL and CMAKE to be installed on your computer.
First clone the repository, then:
cd KemonoSearchC
cmake -S . -B build
cmake --build build- Run the program
- Enter search string and filter string
- Wait for the program to run. It will take some time because of DDoS guards.
- Open the index.html file in the tools folder.
- Within the webpage, select the outputted json file.
- -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.