Gelbooru Client
Features
- Search images (10 to 100 per request)
- Browse all, see Top images and Hot images
- Rating (Safe, Explicit, Questionable)
- Blacklist (Exclude tags)
- 3 cards layout
- Advanced Theme Customization
- Download image
- Endless scrolling (Thank's to @Shiroifuyu)
- Auto Update
Features incoming
- Gallery mode
- Download all visible images (up to 100)
- Code Signing
- Build for MacOS and Linux
Download
Note: gelbooru-client is developped on Windows, but you can follow the
Installing
part to build it on your platform, it should work. If not please create an issue.
Head to Release tab, and download the version you want.
Installing
Prerequisites
> git clone https://github.com/KeziahMoselle/gelbooru-client.git
Install dependencies :
> cd gelbooru-client && npm install
To run the app (with hot reload):
> yarn start
Your code must follow the standardjs rules :
> yarn lint
Build
> yarn build
The binaries will be created in the dist
folder.
Built With
- Electron - framework for creating native applications with web technologies
- Axios - Promise based HTTP client for the browser and node.js
- MaterializeCSS - A modern responsive front-end framework based on Material Design
- Gelbooru API - An image board based on Danbooru
- Undraw Illustrations - Illustrations under MIT License
License
gelbooru-client is licensed under the MIT License.