From 65b7abadb42e8b9681b978cdda52f6d650027c86 Mon Sep 17 00:00:00 2001 From: msglm Date: Tue, 17 Jan 2023 05:57:43 -0600 Subject: improved documentation --- README.md | 7 +++++-- config | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 97c1e7e..dfc4412 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ -

Comedy Generator

-

shitty meme scrapper for funny internet website

+# Comedy Generator +Ifunny API scrapper for downloading videos and gifs. + +# Usage +All configuration is done in a TOML file that you can find named `config`. You can also run `comedyGenerator --help` to get a general idea for how the tool works. diff --git a/config b/config index ea44cd3..c6669f7 100644 --- a/config +++ b/config @@ -13,9 +13,9 @@ jobs=1 [Videos] #where videos will be outputted to -output=/home/joybuke/Videos/unsorted/ +output=/home/msglm/Videos/unsorted/ [Gifs] #where gifs will be outputted to -output=/home/joybuke/Pictures/gif/ +output=/home/msglm/Pictures/gif/ -- cgit v1.2.3