https://github.com/foxt/4chan-downloader
Allows you to download all the active images from a 4chan board.
https://github.com/foxt/4chan-downloader
Last synced: 3 months ago
JSON representation
Allows you to download all the active images from a 4chan board.
- Host: GitHub
- URL: https://github.com/foxt/4chan-downloader
- Owner: foxt
- License: gpl-3.0
- Created: 2019-04-13T01:08:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T01:08:39.000Z (about 6 years ago)
- Last Synced: 2025-01-02T23:25:59.721Z (5 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 4chan-downloader
Downloads all current images from a 4chan board.## Does this follow the API limit of 1/req/sec?
Yes. All API requests are performed after a 1 second wait.
## Does this redownload images or skip over partially downloaded or updated threads.
No. It checks all current threads for updates, and doesn't download images that already exist
## Why is it downloading ~~fag~~ homoerotic images?
/y/ is the default board. Change it in index.js
## How do I use it?
1. Install Node.
2. `npm i` in the folder
3. Edit the top of index.js to the board you want
4. `node index` every time you want to update.