Skip to content

ddday/micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

███╗   ███╗███████╗    ███████╗ █████╗ ██████╗ ███╗   ███╗███████╗██████╗ 
████╗ ████║██╔════╝    ██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝██╔══██╗
██╔████╔██║███████╗    █████╗  ███████║██████╔╝██╔████╔██║█████╗  ██████╔╝
██║╚██╔╝██║╚════██║    ██╔══╝  ██╔══██║██╔══██╗██║╚██╔╝██║██╔══╝  ██╔══██╗
██║ ╚═╝ ██║███████║    ██║     ██║  ██║██║  ██║██║ ╚═╝ ██║███████╗██║  ██║
╚═╝     ╚═╝╚══════╝    ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝╚═╝  ╚═╝
       by Charles Bel (@charlesbel)          version 1.1

👋 Welcome to the future of automation

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

Installation

  • Install requirements with the following command :
    pip install -r requirements.txt
  • Make sure you have Chrome installed
  • Install ChromeDriver :
    • Windows :
    • 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
    If you want to add more than one account, the syntax is the following :
    [{
            "username": "Your Email",
            "password": "Your Password"
        },
        {
            "username": "Your Email 2",
            "password": "Your Password 2"
    }]
  • Run the script

Features

  • Bing searches (Desktop, Mobile and Edge) with User-Agents
  • Complete automatically the daily set
  • Complete automatically punch cards
  • Complete automatically the others promotions
  • Headless Mode
  • Multi-Account Management

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages