Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 577 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 577 Bytes

kona-download

simple script to download photos from https://konachan.com/

  • leaving tags and characters option blank will download most recent images from https://konachan.com/post?tags=
  • to download single pages enter as "1 2 3" or "1-3" / leaving blank downloads one page
  • leaving the folder name option emtpy will create and store the files in a folder called images/ in the current working directory

dependencies

pip install requests beautifulsoup4

For Arch Linux

sudo pacman -S figlet 

For Ubuntu/Debian

sudo apt-get install figlet