Git Product home page Git Product logo

bingrewards's Introduction

BingRewards

Code automate bing search to get daily search rewards.

  1. Python
  2. .NetCore(C#)

[1] Python

Check out Medium blog Earn 500+ daily Microsoft rewards points automatically with a simple Python program or GitHub blog

Prerequisites

  • Python 3+

    • requests

      pip install requests
    • selenium

      pip install selenium
  • Turn off 2 step verification on Microsoft account.

Execution

  • Clone repository

    git clone https://github.com/pmahend1/BingRewards
  • Replace your-email-id in the code with your email id.

  • Replace your_password in the code with your password.

  • Run

    python get_rewards_firefox_desktop.py

[2] .Net Core(C#)

This will run for both PC Search and Mobile points until all the points are gained.

  • Build the project via Visual Studio 2019

  • Edit Resources.json file to point to respective locations for Edge-Chromium. Be sure to have right version of Edgium driver downloaded and pointed based on your existing Edgium version. You can download Edge-Chromium driver from here.

  • Run program

    ./MSRewards.exe -E "[email protected]" -P "mypassword" -F
    ./MSRewards.exe --email "[email protected]" --password "mypassword" --use-firefox
  • Command Parameters
    -E or --email - email address.
    -P or --password - password.
    -F or --use-firefox (Optional) : will use Edge-Chromium if not passed.

Known Issues

  • Edge-Chromium's Selenium web driver can have runtime issues sometimes and program execution may stop abruptly. You can raise an issue to report them.

Binaries

  • You can download latest binaries from Releases run on Windows. If you build on Linux or Mac it should have similar files.

bingrewards's People

Contributors

pmahend1 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.