MentalEdge@sopuli.xyzM to FitMoe@lemmy.worldEnglish · 9 months agoRyan Doodle (by Ranma)files.catbox.moeimagemessage-square7fedilinkarrow-up159arrow-down12file-textcross-posted to: midriffmoekemonomoe
arrow-up157arrow-down1imageRyan Doodle (by Ranma)files.catbox.moeMentalEdge@sopuli.xyzM to FitMoe@lemmy.worldEnglish · 9 months agomessage-square7fedilinkfile-textcross-posted to: midriffmoekemonomoe
minus-squarewjs018linkfedilinkEnglisharrow-up1·9 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-squareMentalEdge@sopuli.xyzOPMlinkfedilinkEnglisharrow-up2·9 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.