From b94d5ddf1d46bd6c98106207b4a4adf83c52134c Mon Sep 17 00:00:00 2001 From: Nicolas FRANCO Date: Sun, 12 Mar 2023 15:06:34 +0100 Subject: [PATCH] readme adjustements :memo: --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdde92e..5609bae 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ pip install requests beautifulsoup4 lxml pyyaml python scrapping/scrap-spells.py ``` -4. This command will generate a file __spells.yaml__ with all spells and their attributes. The file should be found in the `outputs` directory. +4. This command will generate a file __spells.yaml__ with all spells and their attributes. The file should be found in the `outputs` directory. + _A progress bar should be displayed in your terminal while scrapping, showing the time left and the number of spells scraped. The script should takes about 20 minutes to scrap all spells._ ### Database @@ -47,4 +48,4 @@ _A progress bar should be displayed in your terminal while scrapping, showing th python database/spell-db.py ``` -6. The script will create a __spells.db__ file with a spell table containing all the spell information. +6. The script will generate a __spells.db__ file with a spell table containing all the spell information. This file should also be found in the `outputs` directory.