From 9fe6823eced0811a07f50fc8880a755ce6b0aacf Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Mon, 14 Feb 2022 17:06:25 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ee0670..d1ec73c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ A Microsoft reward automator, designed to work headless on a raspberry pi. Tested with a pi 3b+ and a pi 4 2Gb . Using a discord bot to log eveything. 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 your credentials in the same folder as the script, in a file named `login.csv`. You have to put info this way : `email,pwd` you have to put your discord token in the same folder as the script, in a file named `token.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. From 37735c6fd83fb1d581d99535b2c8bf78c0097ac2 Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Mon, 14 Feb 2022 17:07:00 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1ec73c..4a2b845 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ A Microsoft reward automator, designed to work headless on a raspberry pi. Tested with a pi 3b+ and a pi 4 2Gb . Using a discord bot to log eveything. 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,pwd` +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 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.