From 3b86dba84b73044f8757d8362ae700d15babb1a3 Mon Sep 17 00:00:00 2001 From: 6arelyFuture Date: Thu, 5 Sep 2024 12:41:58 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa7493d..f9fcabd 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This is the culmination of 3 years of computer science at an expensive universit Now has code that will skip a query to their API if the torrent file for that ID already exists, this may be necessary as scraping continously will get you rate limited after a while. However you seem to be allowed to download thousands of files at a time. +This repo can be used to basically download all of your favorites. It uses a method that is fairly quick, as it will dump the torrents linked to all of the mangas you saved in your favorites. This is a 3 step process that involves first dumping all the ids of the mangas you have fav'd then download all of the torrent files and then download the actual mangas using your favorite qbittorent client. you can do that the 100% automatic way if you use qbittorent as its stated below. + ## how to use? `pip install -r ".\requirements.txt"`