This commit is contained in:
piair 2022-02-16 07:06:56 +01:00
commit a87fda6df7
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ Using Selenium and geckodriver.
you have to put your credentials in the same folder as the script, in a file named `login.csv`. You have to put info this way : `email,password` you have to put your credentials in the same folder as the script, in a file named `login.csv`. You have to put info this way : `email,password`
you have to put two discord webhook links, the first one for success and the second one for failure, separated with a coma, in the same folder as the script, in a file named `webhook.txt` you have to put two discord webhook links, the first one for success and the second one for failure, separated with a coma, in the same folder as the script, in a file named `webhook.txt`
you have to put a list with a dictionnary in the same folder as the script, in a file named `liste.txt` .It should have a lot of words, used to make random search on bing, as shown in the example file. you have to put a list with a dictionnary in the same folder as the script, in a file named `liste.txt` .It should have a lot of words, used to make random search on bing, as shown in the example file.
Python 3.**10** is mandatory