this post was submitted on 10 Feb 2024
57 points (96.7% liked)
FitMoe
879 readers
24 users here now
Anime characters that could kick your ass.
- Posts must feature "fit moe". That is, anime characters who show off muscle and/or engage in physically demanding activity (no, not that).
- No nudity or especially lewd content, keep things merely mildy arousing.
- If posting a more suggestive piece, or one with simply a lot of skin, consider still marking it NSFW.
- Include a link to the artist in post body, if you can.
- AI Generated content is not allowed.
- Positivity only. No shitting on the art, the artists, or the fans of the art/artist.
- Finally, all rules of the parent instance still apply, of course.
SauceNao can be used to effectively reverse search the creator of a piece, if you do not know it.
You may also leave the post body blank or mention @saucechan@ani.social, in which case the bot will attempt to find and provide the source in a comment.
Find other anime communities which may interest you, check out this list.
Other "moe" communities:
- !cybermoe@ani.social
- !murdermoe@lemmy.world
- !fangmoe@ani.social
- !midriffmoe@ani.social
- !kemonomoe@ani.social
- !streetmoe@ani.social
- !thiccmoe@ani.social
- !officemoe@ani.social
- !meganemoe@ani.social
- !gothmoe@ani.social
- !militarymoe@ani.social
- !morphmoe@ani.social
- !smolmoe@ani.social
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Testing @saucechan@ani.social
Everything is fine now, for I am here!
Anime: Uma Musume: Pretty Derby | anilist
Manga: Starting Gate!: Uma Musume Pretty Derby | anilist
Artist: Ranma | pixiv | danbooru
Source file on Danbooru: png 1 MB (1447 × 2047)
Whachu think about this @wjs018@ani.social ?
For now it can only link anilist, and only on franchises detected from an image, but I've started on some code to detect mentioned series even in posts where no image is linked.
Looks promising. In my work for the next generation shinobu, I've been playing around with getting external links for a given show using AniList's api. Here is an example query for an anime using the search term "Frieren". Specifically, the externalLinks field will return all the links that appear on the AniList page. Similarly, the idMal field will let you construct the corresponding MAL url. I just haven't really done any testing with the search filter to figure out if the search results are ordered in a predictable way or not. I literally just did this one query as a proof of concept and then moved on to other things.
I guess problems to figure out would be how to invoke the bot and specify what the search term should be. I think some of the reddit bots enclose the search term in angled brackets (). Then you would just need to construct a regular expression to pick that out.
Yea I just chucked AnilistPython in there lol
Most of what I did was pulling a good search term from saucenao/danbooru, while leaving in some basic regex to find one from a posts title or comment/body text as a fallback once I change Soutaku to be able to respond without it detecting an image.
I see, I was envisioning something like /u/Roboragi from reddit. Also, for the AniList api, I have simply been using
requests
and parsing the response as a dict. In case you are curious:Yup. Something like that is the plan.
Also thanks, I'mma take a look at that. That python package has not been updated for a while, so using requests might be warranted.
AniLists search seems to work pretty damn well, too, the first result is the one you want 99% of the time.