QBooru is a lightweight Windows, Linux and MacOS client that allows users to see pictures from most booru sites, and download them, for example :
- Gelbooru
- Danbooru
- Konachan
- Yandere
- Safebooru
- Rule34
At the moment, it supports 4 APIs :
- Gelbooru
- Danbooru 2
- Moebooru
- Derpibooru
Searchs are done by the JSON APIs. Thumbnails are cached locally, and are re-used by the program if needed.
The current interface allows users to chose how many pictures they want, within 3-5 rows and 5-8 columns. The recommended size is 3*5, as it fits perfectly the smallest window size.
Search tab example : http://puu.sh/cK0pj.jpg
Users can change nearly all the parameters through the Option tab, or by editing the configuration.json file. Boorus can be added, edited, and deleted through the Booru tab in the software, but they can also be edited manually in the configuration file.
- Clone the git repo
- Install Qt and Qt creator
- Pacman :
sudo pacman -S qt5 qtcreator
- Yaourt :
yaourt -S qt5 qtcreator
- Load the .pro file in QtCreator (Qt >= 5)
- Put the now built executable in a folder with full R/W permissions
- Run it
- Clone the git repo (Path shouldn't contain non-ASCII characters)
- Install XCode from App Store
- Install Qt
- MacPorts :
sudo port install qt5
- Homebrew :
brew install qt55
(Homebrew has bug with macdeployqt on Qt >= 5.6) - Also you can install Qt from official site
- Make sure that qmake and macdeployqt is linked
- Cd into
builds
directory - Run
qmake ../src/viewer/QBooru.pro && make && make clean
- Put the now built executable in a folder with full R/W permissions
- Run it
cdunn2001 : https://github.com/open-source-parsers/jsoncpp for making the JSON parser JsonCPP