A little old crappy tool revived because I don't value my time enough..
- Download images from boorus
- Preview of downloaded images
- Manual mode - for the picky ones
- Update check
Windows
- Download Nibolo from the release page.
- If you don't have GTK installed, check the 'runtime' instalelr option.
- Enjoy !
Linux
- Compile
- Link or copy to your path (e.g: /usr/local/bin/)
- Enjoy ?
MAC
- Send me old macbook
- Stare down this page
- ... hope ?
Make sure you have the gtk2 wrappers installed by nimble:
nimble install gtk2
Compile with:
nim c --threads:on -d:ssl -d:release nibolo.nim
On Windows you might want to add --app:gui
to hide console.
Temporary workaround for bug in Nim causing segfault on exit, use -d:nimNoAllocForSSL
compiler flag.
You will need GTK2 runtime library and Open SSL
Linux
Use your distros package manager to install gtk2 and/or openssl.
Windows
Note: you can alternatively use MSYS2 to install gtk runtime
- 32bit GTK2 Runtime 32bit
- 64bit GTK2 Runtime 64bit
- OpenSSL is packed in every installer of nibolo or can be downloaded from Nim's website