{"id":17286193,"url":"https://github.com/kamiyaa/ruiji","last_synced_at":"2025-04-14T10:43:19.069Z","repository":{"id":43308572,"uuid":"77412013","full_name":"kamiyaa/ruiji","owner":"kamiyaa","description":"Reverse anime image searching program","archived":false,"fork":false,"pushed_at":"2020-06-23T01:00:58.000Z","size":3971,"stargazers_count":49,"open_issues_count":5,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T00:01:30.548Z","etag":null,"topics":["anime","bash","c","curl","hacktoberfest","image-recognition","json"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamiyaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-26T23:30:32.000Z","updated_at":"2025-01-19T05:51:38.000Z","dependencies_parsed_at":"2022-09-06T01:21:32.555Z","dependency_job_id":null,"html_url":"https://github.com/kamiyaa/ruiji","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiyaa%2Fruiji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiyaa%2Fruiji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiyaa%2Fruiji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiyaa%2Fruiji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamiyaa","download_url":"https://codeload.github.com/kamiyaa/ruiji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248867602,"owners_count":21174748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anime","bash","c","curl","hacktoberfest","image-recognition","json"],"created_at":"2024-10-15T09:58:40.390Z","updated_at":"2025-04-14T10:43:19.047Z","avatar_url":"https://github.com/kamiyaa.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ruiji\n\n## Description\nCommand that uploads a supported image format to http://iqdb.org,\nparses the subsequent html for similar image results \nand prompt the user which one to download.\n\n![Alt text](ruiji_screenshot.png?raw=true \"ruiji\")\n\n## Dependencies\n - GNU Make\n - c library supporting c99\n - libcurl (preferably version \u003e=7.51)\n   - Must be built against either \u003e=GnuTLS-3.3.24 or \u003e=OpenSSL-1.1.0c\n     - could work with other libraries (such as nss), but have not been tested\n\n## Installation\nFirst, download the source using either HTTP or SSH: \n```\n$ git clone https://gitlab.com/Kamiyaa/ruiji.git\n$ git clone git@gitlab.com:Kamiyaa/ruiji.git\n```\nThen install using **make**:\n```\n$ cd ruiji/src\n$ make\n# make install\n```\nAlternatively, you can install using **meson**:\n```\n$ meson build\n$ ninja -C build/\n# ninja -C build/ install\n```\n\n## Usage\n```\n$ ruiji -h\n```\n\n## Features\nCurrently supports:\n - http://www.theanimegallery.com/ \n - http://danbooru.donmai.us/\n - http://e-shuushuu.net/\n - https://gelbooru.com/\n - https://konachan.com/\n - https://chan.sankakucomplex.com/\n - https://yande.re/\n - http://www.zerochan.net/\n\n## Tips\nThis is how I usually use it when I have tons of pictures that I also would like to manually check\n```\n#!/bin/sh\n\nfor file\ndo\n\truiji -T -t 90 \"$file\" \u0026\u0026 gio trash \"$file\" \u0026\u0026 echo \"removed $file\"\n\tsleep 5\t\t# enough time to rename/organize the newly downloaded file\ndone\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamiyaa%2Fruiji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamiyaa%2Fruiji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamiyaa%2Fruiji/lists"}