From ad2b97eb837baa2d1ed43d2825c9f337488ba809 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 14 Jan 2022 15:16:57 +0100 Subject: [PATCH] Add .env support --- README.md | 3 +++ main.py | 17 +++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e79366e..998b250 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## Pré-requis ``` requests-html==0.10.0 +python-dotenv==0.19.2 ``` ## Utilisation @@ -12,5 +13,7 @@ python3 main.py "" " python3 {nom} "URL" "pseudo" "mot-de-passe" \ + \n--- \ + \nOu fichier .env contenant ses informations avec les noms (conseillé) : \ + \n-> URL \ + \n-> LOGIN \ + \n-> PASSWORD""")