trace-moe-go
A TUI app for finding anime scenes by image. 用于搜索动漫图片出处的 TUI 应用 (by acgtools)
what-anime-cli
❓🖼 Find the anime scene by image using your terminal (by irevenko)
trace-moe-go | what-anime-cli | |
---|---|---|
1 | 12 | |
18 | 815 | |
- | -0.5% | |
7.2 | 0.0 | |
over 1 year ago | almost 4 years ago | |
Go | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
trace-moe-go
Posts with mentions or reviews of trace-moe-go.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-05.
what-anime-cli
Posts with mentions or reviews of what-anime-cli.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-01-20.
-
CLI for Finding Anime By Image
There is a web service called https://trace.moe which allows you to search for the anime scene through image. Also this service has an API which i successfully used to create the CLI using cobra framework And this is what i've done: https://github.com/irevenko/what-anime-cli
- Find the anime scene by image using your terminal - irevenko/what-anime-cli
- What Anime CLI?
-
"NOTE: MAKE SURE THAT YOUR LINKS ENDS WITH .IMAGE_FORMAT AND DOESN'T HAVE ANY & CHARS AFTER BECAUSE THIS SYMBOL IS RESERVED BY GOLANG"
https://github.com/irevenko/what-anime-cli/blob/7b43503e4c76b90d14a2b2aeb8d29e310a5598af/cli/link_search.go#L39
-
What Is the Anime CLI
No, I think the OP doesn't understand how to urlencode parameters as the image URL is passed to the API like so:
curl -s https://trace.moe/api/search?url=https://foobar/baz.jpg
And in the project the URL is simply appended:
https://github.com/irevenko/what-anime-cli/blob/main/cli/lin...
- CLI For Finding Anime By Image
- CLI For Finding the Anime Scene by Image
- What Is The Anime CLI
What are some alternatives?
When comparing trace-moe-go and what-anime-cli you can also consider the following projects:
cobra - A Commander for modern Go CLI interactions
ishell - Library for creating interactive cli applications.
mangal - 📖 The most advanced (yet simple) cli manga downloader in the entire universe! Lua scrapers, export formats, anilist integration, fancy TUI and more!
kubectl-secretdata - A kubectl plugin for viewing decoded Secret data with search flags.
sttr - cross-platform, cli app to perform various operations on string
crunchyroll-go - 📚 A Crunchyroll (beta) API implementation in Go