2025-04-03 15:23:34 +02:00
2025-04-03 15:23:34 +02:00
2014-04-02 04:15:26 -07:00
2018-04-03 19:29:14 +02:00

imagecrawler for konachan.com

Why this crawler?

This little project was created to easily download pictures of Konachan. The WebUi of Konachan let you see single pictures, but if you want to download pictures based on tags, you need to right-click every single one of them to save them to disk. This tool just wants to know the tags, the path to save and if safemode should be used. After that it starts to use the konachan API to download all pictures it finds.

Usage

Just use go run to run the tool without compiling. go run imagecrawler.go --dir foo --tags bar,snafu --safe

Flags

  • --dir: Defines the directory where to save pictures. Default is %HOME/pictures/konachan/unnamed. The --dir option defines the unnamed at the end. The %HOME/pictures/konachan is hardcoded at the moment.
  • --tags: A coma seperated list of tags to search for (--tags foo,bar,snafu,height:1080)
  • --safe: A boolean to enable safemode (Default is off)
Description
Little script to download images from Konachan and Danbooru
Readme GPL-3.0 5 MiB
Languages
Go 100%