Giter Site home page Giter Site logo

alexygalaxy / microsoft-rewards-farmer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from charlesbel/microsoft-rewards-farmer

29.0 3.0 4.0 310 KB

A simple bot that uses selenium to farm Microsoft Rewards written in Python

License: MIT License

Python 100.00%

microsoft-rewards-farmer's Introduction

███╗   ███╗███████╗    ███████╗ █████╗ ██████╗ ███╗   ███╗███████╗██████╗ 
████╗ ████║██╔════╝    ██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝██╔══██╗
██╔████╔██║███████╗    █████╗  ███████║██████╔╝██╔████╔██║█████╗  ██████╔╝
██║╚██╔╝██║╚════██║    ██╔══╝  ██╔══██║██╔══██╗██║╚██╔╝██║██╔══╝  ██╔══██╗
██║ ╚═╝ ██║███████║    ██║     ██║  ██║██║  ██║██║ ╚═╝ ██║███████╗██║  ██║
╚═╝     ╚═╝╚══════╝    ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝╚═╝  ╚═╝
      Created by  Charles Bel (@charlesbel)  Updated by Alex V (@Alexy_Galaxy)   version 3.0

~ Use at your own risk, Microsoft may ban your account (and I would not be responsible for it) ~

How to avoid getting banned

Do not run more than one account at a time.
Do not use more than one phone number per 5 accounts.
Do not Redeem more than one reward per day.

How to Install:

-Install zip from GitHub: https://github.com/AlexyGalaxy/Microsoft-Rewards-Farmer

-Install Python https://www.python.org/downloads/ Select custom installation, change nothing hit yes until installed.

-Open Microsoft-Rewards-Farmer-master, move requirements.txt to C:\Users\YOURNAMEHERE

-Open command prompt. win + R>CMD
type (without quotes and with a space after): 'cd ' 
drag the folder that contains requirements.txt into cmd
hit enter
type (without quotes): 'pip install -r requirements.txt'
Press enter

-Install Google Chrome.

-Windows

-Install ChromeDriver from https://chromedriver.chromium.org/downloads
	Place the file in X:\Windows (X as your Windows disk letter)

-MacOS or Linux :

apt install chromium-chromedriver

-or if you have brew :

brew cask install chromedriver

-Edit the accounts.json.sample with your accounts credentials and rename it by removing .sample at the end of the file name

-If you want to add more than one account, the syntax is the following:

[
    {
        "username": "Your Email",
        "password": "Your Password"
    },
    {
        "username": "Your Email",
        "password": "Your Password"
    }
]

-How to enable ErrLogger to obtain details on any Error that occurs

On line 20 delete the # from infront of rewardsErr and change YourNameHere to your pc's Username
To find your pc's user's name go to C:\Users

-How to enable Rewards logger to create a txt file when you have more than 6500 points for a $5 gift card.

On line 21 delete the # from infront of rewardsLog and change YourNameHere to your pc's Username
To find your pc's user's name go to C:\Users

-How to Disable Headless mode to watch the script work:

Set HEADLESSOFF = True or Comment out line 65 and 66 by placing a # in front of each line.

#if headless_mode : #comment out to disable headless mode (makes window visable)
#options.add_argument("--headless")

How to run Script:

Double click on ms_rewards_farmer.py

How to make Script automatically close:

-Comment out the second to last line of code by placing a # at the start of the line

(If you do this you will not know if there was any errors)

#input()

microsoft-rewards-farmer's People

Contributors

alexygalaxy avatar charlesbel avatar haobinliang avatar mixingsneax avatar njhughessas avatar shinji257 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.