Skip to content

Senketsu/nibolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nibolo - Nim Booru Loader

Current version 0.1.4

Why are we still here ?


About nibolo

A little old crappy tool revived because I don't value my time enough..

Features:


  • Download images from boorus
  • Preview of downloaded images
  • Manual mode - for the picky ones
  • Update check

Installation:


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 ?

Compiling:


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.

Runtime depends:


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