From afc0a81585264c87d23e6d690cae996ee87dabc3 Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Thu, 23 Dec 2021 14:16:01 +0100 Subject: [PATCH 1/7] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39a094a..1e1abe6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# MsReward +# MsReward + + A Microsoft reward automator. 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 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 95a3f17ffb13d2aab558d46ff38fa7a005f96d7d Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Thu, 23 Dec 2021 14:16:11 +0100 Subject: [PATCH 2/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e1abe6..43a775e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MsReward -A Microsoft reward automator. +A Microsoft reward automator.\n 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` From a430b209d716446dfed014dde24197c3408c621d Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Thu, 23 Dec 2021 14:16:54 +0100 Subject: [PATCH 3/7] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 43a775e..e20808b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # MsReward -A Microsoft reward automator.\n -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 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. +A Microsoft reward automator. +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 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 d70d9615ba46f72a4c27e26318c0b5c357e4598c Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Thu, 23 Dec 2021 14:17:45 +0100 Subject: [PATCH 4/7] Create liste.txt --- liste.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 liste.txt diff --git a/liste.txt b/liste.txt new file mode 100644 index 0000000..9ed9cfd --- /dev/null +++ b/liste.txt @@ -0,0 +1 @@ +you,have,to,add,a,lots,of,words,like,this,separated,with,a,coma From 5190e356ab878ffb35366311b218ac481cab1898 Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Thu, 23 Dec 2021 14:20:11 +0100 Subject: [PATCH 5/7] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8908410 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,10 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +Don't report bug please, I'll not fix them From 686a5ee1aae7a6a31977c58eac006a800124b4c8 Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Thu, 23 Dec 2021 14:21:47 +0100 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e20808b..9ae89bf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MsReward -A Microsoft reward automator. +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` From 1ce3e12da2cc94c4c63b42b26f6e559bf25e1d48 Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Thu, 23 Dec 2021 14:21:55 +0100 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ae89bf..9ee0670 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MsReward -A Microsoft reward automator, designed to work headless on a raspberry pi.Tested with a pi 3b+ and a pi 4 2Gb . +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`