Update README.md

Adapted for webhook change
This commit is contained in:
piair338 2022-02-15 22:57:28 +01:00 committed by GitHub
parent 6681ebe6a1
commit 3518a9f957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,5 @@ A Microsoft reward automator, designed to work headless on a raspberry pi. Teste
Using a discord bot to log eveything. Using a discord bot to log eveything.
Using Selenium and geckodriver. 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 your discord token in the same folder as the script, in a file named `token.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.