Files
scraperchan/README.md
2023-12-26 17:37:54 +01:00

19 lines
302 B
Markdown

# Scraperchan
A simple program to scrape 4Chan Threads for Images and Videos
Install dependencies:
```shell
git clone https://git.protron.dev/Doc/scraperchan.git
cd scraperchan
pip install -r requirements.txt
```
Usage:
```shell
python scraperchan -u <Thread URL> -o <Local target directory>
```