Getting the Bot Up and Running #397
GlitteringReturn
started this conversation in
General
Replies: 1 comment 1 reply
-
Generally I would say you are correct, but I install things a little differently..
Notes: This method is useful so that the repo can automatically update itself and it's pretty straight forward. Additionally, someone should make a proper setup.py file so that all setup is handled by it and so that the repo could be completely installed via pip the following command (could also "update" selenium, install requirements, etc. automatically): Overall the project is useful, I've enjoyed using it and I'd like to contribute, so might just do this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I will preface this by saying that I have no knowledge in coding and computer science, nonetheless, here is what I learned to start-up this bot (you might find that the bot is a waste of time, regardless it has immense potential, after months you could genuinely rack up enough coupons for an actual Xbox. However, the bot has some issues that need to be addressed):
Install Python
Download the Code
Unzip the File
Navigate to the Folder
C:\Users\YourUsername\Downloads\Microsoft-Rewards-Farmer-master
.Open Command Prompt
cd
followed by a space and paste the copied address. For example:cd C:\Users\YourUsername\Downloads\Microsoft-Rewards-Farmer-master
, press Enter. After that, follow the below step.Run Commands
pip install -r requirements.txt
pip install selenium --upgrade
Update the Code
Get Assistance if Needed
Follow the Rest of the Instructions
If this helped you please upvote the issues post I linked earlier, to make people aware of the things we need to fix on this bot.
Beta Was this translation helpful? Give feedback.
All reactions