{"id":16767565,"url":"https://github.com/ii64/image2anime","last_synced_at":"2025-04-10T19:13:23.593Z","repository":{"id":131280938,"uuid":"107565726","full_name":"ii64/Image2Anime","owner":"ii64","description":"Gimme your image, I'll search it for ya ;)","archived":false,"fork":false,"pushed_at":"2018-12-09T07:40:48.000Z","size":1207,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T16:56:19.178Z","etag":null,"topics":["anime","imagesearch","python-3-6","python3","python36"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ii64.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-19T15:36:55.000Z","updated_at":"2021-10-29T16:48:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"918bcc8a-5388-40d0-b24b-16bfadc95b90","html_url":"https://github.com/ii64/Image2Anime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ii64%2FImage2Anime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ii64%2FImage2Anime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ii64%2FImage2Anime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ii64%2FImage2Anime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ii64","download_url":"https://codeload.github.com/ii64/Image2Anime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248280190,"owners_count":21077412,"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","imagesearch","python-3-6","python3","python36"],"created_at":"2024-10-13T06:09:25.055Z","updated_at":"2025-04-10T19:13:23.586Z","avatar_url":"https://github.com/ii64.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Image2Anime\r\n----\r\n\r\n[![Version 1.1.1](https://img.shields.io/badge/stable-1.1.1-brightgreen.svg \"Version 1.1.1\")](https://github.com/anysz/Image2Anime) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Supported python versions: 3.6](https://img.shields.io/badge/python-3.6-green.svg \"Supported python versions: 3.6\")](https://www.python.org/download/releases/3.6/)\r\n\r\nRefrence\r\n----\r\n\r\n- Based : [Soruly's Repo](https://github.com/soruly/trace.moe)\r\n- WEB   : [The web](https://trace.moe/)\r\n\r\n***The Endpoint isn't mine, I just make the API***\r\n\r\nUsage\r\n----\r\n\r\n **First of all, you need to install the library**\r\n\r\n     $ python setup.py install\r\n    \r\n **First use**\r\n\r\n     \u003e\u003e\u003e import Image2Anime\r\n\r\n **To check your quota**\r\n \r\n     \u003e\u003e\u003e stat = Image2Anime.Me()\r\n     \u003e\u003e\u003e # If you have the token\r\n     \u003e\u003e\u003e stat = Image2Anime.Me('theTokenHere')\r\n\r\n **To start search the anime by local path**\r\n\r\n     \u003e\u003e\u003e res = Image2Anime.Search(r'/path/to/source')\r\n\r\n **To start search the anime by io text/buffer**\r\n\r\n     \u003e\u003e\u003e with open(r'/path/to/source', 'rb') as fp:\r\n     ...... res = Image2Anime.Search(fp)\r\n\r\n **To start search the anime by raw image binary**\r\n\r\n     \u003e\u003e\u003e res = Image2Anime.Search(image_raw=b\"the image binary here\")\r\n\r\n **To start search the anime by url**\r\n\r\n     \u003e\u003e\u003e res = Image2Anime.Search(url=\"http://the_image_url_here\")\r\n\r\n **To get the results**\r\n \r\n     \u003e\u003e\u003e print(res); print(res.result)\r\n\r\n **To get match scenes and get other information**\r\n\r\n     \u003e\u003e\u003e first_match = res.result.scenes[0]; other_information = first_match.getInfo(); duration = first_match.getDuration();\r\n     \u003e\u003e\u003e # Its example how to get result data - the getInfo and getDuration stored on memory so you only need to do once\r\n     \u003e\u003e\u003e print(first_match)\r\n\r\n **QnA**\r\n\r\n     Q : Whats the first step?\r\n     A : python setup.py install\r\n     Q : Where's the example?\r\n     A : At tests folder\r\n     Q : Lib imported not found?\r\n     A : pip install PACKAGENAME\r\n     Q : Your issue not solved?\r\n     A : Create new issue with what your problem and what you want to achieve :D\r\n\r\n\r\nScreenshot\r\n----------\r\n\r\n![alt_tag](usage.jpg)\r\n\r\nSpecial Thanks\r\n----\r\n[Soruly](https://github.com/soruly)\r\n\r\nAuthor\r\n----\r\n\r\n[Anysz](https://instagram.com/nugra.z) / [@Anysz](https://github.com/anysz)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fii64%2Fimage2anime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fii64%2Fimage2anime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fii64%2Fimage2anime/lists"}