eawlot3000 / chanloader

a tool that help you download media(images&videos) of your fond channel on 4chan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chanloader

you love 4chan? but gotta download each file with so many clicks? nahhhh...
chanloader is a tool that help you download all the visual content of your fond channels on 4chan

features

  • support multi-thread urls in single run
  • save all downloaded to a new local folder! you name it!
  • display each [filename] and [filesize]
  • WARNING with too many requests

requirements

pip install -r requirements.txt

usage

(with instructions) with channel, single run:

python main.py

(with instructions) with threads

python thread.py

├── LICENSE
├── README.md
├── function // for work only
├── main.py
├── requirements.txt
└── thread // thread support!
    ├── test.py
    └── thread.py // `use this bro`

TODO

  • Multithreading? speed up bro
  • improve main, include thread to do multi pages works!
  • /* {feature: parse one channel url and then mass download all threads!} */

About

a tool that help you download media(images&videos) of your fond channel on 4chan

License:MIT License


Languages

Language:Python 100.0%