Any 3rd party apps yet?

I notice a BunPro API key in my account, just wondering if anyone has made a 3rd party app yet? Thanks.

1 Like

Is there a place we can request them? I want a rainmeter skin to tell me when I have reviews.

w.r.t. that specific request, it should be super easy because the rainmeter for WaniKani has its code on github: https://github.com/yumemiru/rainmeter-wanikani If you download it, you should be able to just modify the Wanikani.ini in the following lines:

URL=https://www.wanikani.com/api/user/#APIKey#/study-queue
RegExp=“lessons_available…(\d*)…reviews_available…(\d*)…next_review_date…(\d*)”

write this instead:

URL=https://bunpro.jp/api/user/#APIKey#/study_queue
RegExp="…reviews_available…(\d*)…next_review_date…(\d*)"

(and remove any reference to lessons after that). You can create your own rmskin package from there (and distribute it for others to enjoy!) with the skin packager.

2 Likes

I really appreciate the reply. I tried and tried but can’t get it to display the # of reviews. I am not sure how to link the reviews back to the URL to pull from. It would be a cool thing to have, and remind me to do my reviews more often. I’ll keep trying to figure out, I’m not good at this kind of stuff :stuck_out_tongue:

bprm

Well, I figured it out. Now I need to figure out how to share the rainmeter skin in case anyone else wants it.

1 Like