cttynul / 4chan-image-downloader

๐Ÿ”บ 4chan image downloader written in spaghetti code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

* chan image downloader ๐Ÿ

This is just a stupid py script to download every pic a thread given. It works with API even without using regex despite we are not in 2005 anymore.

Usage

python chandownloader.py -u|--url <thread_url> [-a|--api <default=y|nope>]
-u --url here *chan thread url
-a --api nullable param, if None or "y" it will use official *chan API, if "nope" it will scrape webpage

License

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
                    Version 2, December 2004 

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> 

 Everyone is permitted to copy and distribute verbatim or modified 
 copies of this license document, and changing it is allowed as long 
 as the name is changed. 

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 

  0. You just DO WHAT THE FUCK YOU WANT TO.

About

๐Ÿ”บ 4chan image downloader written in spaghetti code

License:Do What The F*ck You Want To Public License


Languages

Language:Python 100.0%