It's a great media scraper for 4chan.org using multiple threads
You create a watchlist file with the urls for the 4chan threads you want to monitor, and the program downloads all the media files of those active threads
You need to download the latest version from this link, extract the file and run Downloader.exe
, Windows will complain about viruses, but it is totally fine, if you really do not trust the program, use Downloader.py
instead
config.json
is the configuration file for this program
{
"WatchList": {
"File": "watchlist.txt",
"IntervalSeconds": 150
},
"Download": {
"Path": "Downloads"
},
"KeepAlive": {
"Enabled": true,
"IntervalSeconds": 300
}
}
Options | Function | Default |
---|---|---|
File | Name of the watchlist file | watchlist.txt |
IntervalSeconds | Amount of seconds between updates of the watchlist | 150 |
Option | Function | Default |
---|---|---|
Path | Directory where files get stored | Downloads |
Option | Function | Default |
---|---|---|
Enabled | Checks if there are new files are uploaded | True |
IntervalSeconds | Interval between checks if there are new files uploaded on threads | 300 |
This project is licensed under the MIT License.