From b4c61ce84865450155073b539b561c533fa1193c Mon Sep 17 00:00:00 2001 From: Doc Date: Sun, 17 Dec 2023 11:38:28 +0100 Subject: [PATCH] Added dependency instructions to readme --- readme.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index b1ba5f8..0fa60bb 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,18 @@ # Scraperchan -A simple program to scrape 4Chan Threads for Images (videos aren't supporter yet) +A simple program to scrape 4Chan Threads for Images and Videos -usage: +Install dependencies: + +```shell +git clone https://git.protron.dev/Doc/scraperchan.git + +cd scraperchan + +pip install -r requirements.txt +``` + +Usage: ```shell python scraperchan -u -o - ```