This commit is contained in:
piair 2021-12-23 16:34:35 +01:00
commit 0902251737
3 changed files with 20 additions and 4 deletions

10
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -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

View File

@ -1,4 +1,9 @@
# MsReward # 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 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 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.

1
liste.txt Normal file
View File

@ -0,0 +1 @@
you,have,to,add,a,lots,of,words,like,this,separated,with,a,coma