dracconi / goki

Image scrapper for 4chan and 8ch written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goki!

Compile and goki -h.

Generate config

Config is in JSON and looks like this:

   {
    "Links": ["http://boards.4chan.org/code/thread/thread.no",...],
    "Output": "output directory"
   }

You can generate it by goki -make-conf config_file.json.

Download files

goki [opts] config_file.json, available options are listed under -h.

To-Do

  • more options!
  • make it multi-threaded
  • better UI

About

Image scrapper for 4chan and 8ch written in Go.

License:MIT License


Languages

Language:Go 100.0%