MentalEdgeM to FitMoe@lemmy.worldEnglish · 11 months agoRyan Doodle (by Ranma)files.catbox.moeimagemessage-square7fedilinkarrow-up154arrow-down12file-textcross-posted to: midriffmoe@ani.socialkemonomoe@ani.social
arrow-up152arrow-down1imageRyan Doodle (by Ranma)files.catbox.moeMentalEdgeM to FitMoe@lemmy.worldEnglish · 11 months agomessage-square7fedilinkfile-textcross-posted to: midriffmoe@ani.socialkemonomoe@ani.social
minus-squarewjs018@ani.sociallinkfedilinkEnglisharrow-up1·11 months agoI 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
minus-squareMentalEdgeOPMlinkfedilinkEnglisharrow-up2·11 months agoYup. 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.
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.