this post was submitted on 10 Feb 2024
51 points (96.4% liked)

FitMoe

853 readers
27 users here now

Anime characters that could kick your ass.

  1. Posts must feature "fit moe". That is, anime characters who show off muscle and/or engage in physically demanding activity (no, not that).
  2. No nudity or especially lewd content, keep things merely mildy arousing.
  3. If posting a more suggestive piece, or one with simply a lot of skin, consider still marking it NSFW.
  4. Include a link to the artist in post body, if you can.
  5. AI Generated content is not allowed.
  6. Positivity only. No shitting on the art, the artists, or the fans of the art/artist.
  7. 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:

founded 1 year ago
MODERATORS
 

Artist: Ranma | pixiv | danbooru

Full quality: .png 1 MB (1447 × 2047)

top 8 comments
sorted by: hot top controversial new old
[–] MentalEdge@sopuli.xyz 2 points 8 months ago* (last edited 8 months ago) (2 children)

Testing @saucechan@ani.social

[–] saucechan@ani.social 1 points 8 months ago

You called?

Artist: Ranma | pixiv | danbooru

Source file on Danbooru: png 1 MB (1447 × 2047)

[–] saucechan@ani.social 0 points 8 months ago (1 children)

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)

[–] MentalEdge@sopuli.xyz 1 points 8 months ago (1 children)

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.

[–] wjs018@ani.social 2 points 8 months ago* (last edited 8 months ago) (1 children)

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.

[–] MentalEdge@sopuli.xyz 2 points 8 months ago* (last edited 8 months ago) (1 children)

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.

[–] wjs018@ani.social 1 points 8 months ago (1 children)

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:

  • Example query text: link
  • Querying the api with requests: link
  • Example parsing show info from response: link
[–] MentalEdge@sopuli.xyz 2 points 8 months ago

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.