Hi,
Well, let me introduce myself first. I've been using this site for a while, and was interested in coding a program around the Boorus' APIs. I thought that, since an API is available, we should be able to browse the site without having to use a Web Browser, especially on low performance computers. So I created a Qt based software to browse most boorus on a single software.
It allows a lighter interface, downloading only important informations, and the Viewer part of the software shows clearly all the important infos about the picture you selected.
The software only downloads the searched page's JSON API file, and loads all the infos from it. It also loads thumbnails and medium pictures if needed.
The program allows you to brose most booru sites, using the 3 main APIs. More can be aded if needed in the future.
I think some software like that currently exists, but I didn't find any. So if it's helpful to you, then I'm glad. Please report any bug if you find one.
Windows builds are available on GitHub and Sourceforge, and the source can be built on Linux. However, you'll need to use the Windows build's "conf/" folder for the program to run properly (even though it should create the config file itself, sometimes it doesn't).
Links :
- GitHub : https://github.com/FlorentUguet/QBooru
- Sourceforge: https://sourceforge.net/projects/qbooru/
- Latest stable build : https://sourceforge.net/projects/qbooru/files/latest/download
Supported APIs:
- Gelbooru
- Danbooru
- Moebooru
Screens :
- Search interface : http://puu.sh/how5C.jpg
- Viewer interface : http://puu.sh/how7b.jpg
- Booru settings : http://puu.sh/how8c.png
For developpers :
Libs used:
- cUrl
- Qt 5.4.1