Compare commits
3 Commits
68560d63cd
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 73a9d7addd | |||
| b4c61ce848 | |||
| a7d8ef8b21 |
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# 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>
|
||||||
|
```
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
# Scraperchan
|
|
||||||
A simple program to scrape 4Chan Threads for Images (videos aren't supporter yet)
|
|
||||||
|
|
||||||
usage:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
python scraperchan -u <Thread URL> -o <Local target directory>
|
|
||||||
|
|
||||||
```
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
import requests, json, time, argparse, sys, os, logging
|
import requests, json, time, argparse, sys, os
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user