rr- / szurubooru

Image board engine, Danbooru-style.
GNU General Public License v3.0
704 stars 178 forks source link

API adapter to allow for compatibility with Danbooru/Gelbooru/Moebooru/Shimme/MyImouto #205

Closed DonaldTsang closed 5 years ago

DonaldTsang commented 6 years ago

List of apps that uses "standard APIs": http://www.animebox.es/ (Android and iOS) https://www.mignori.com/ (iOS only) https://www.patreon.com/kinoshitaproductions (Android only) https://github.com/tjg1/nori and https://github.com/onlymash/moebooru-android (FOSS Android)

rr- commented 5 years ago

Closing for the same reasons as in https://github.com/mserajnik/hydrusrv/issues/11 .

joshqou commented 2 years ago

The mentioned hydrus issue no longer exists and wasn't archived by archive.is or archive.org, what were the reasons?

skybldev commented 2 years ago

There are a few libraries/software out there that support either protocol and I imagine it wouldn't be too hard to make a bridge using those.

Also if it helps in any way for your situation, I can clean up and gist a crude read-only danbooru->szurubooru API bridge I made for Anime Boxes a few years ago.

sundevista commented 1 year ago

@skybldev Can you share API bridge without clean up? I want to use Anime Boxes with my szurubooru instance.

skybldev commented 1 year ago

Sure thing. I'll polish it up and publish it tomorrow. I'm definitely not publishing my garbage code from 2019 lol

skybldev commented 1 year ago

@decatetsu https://github.com/skybldev/szuru-danbooru-ro-bridge It's done, enjoy!

sundevista commented 1 year ago

@skybldev Thank you!

skybldev commented 1 year ago

Wait a sec I just discovered a couple huge bugs, fixes coming up

EDIT: fixed and pushed @decatetsu