Skip to content

An orchestrator for MR to automate points on Bing using Chromium, ABS and Selenium 🤖

Notifications You must be signed in to change notification settings

gianlucalauro/MR-Orchestrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MR Orchestrator

This project is used for claim daily MR points for many accounts

Requirements

  • Python
  • Chromium
  • NordVPN - CLI

Guide

Once you have cloned this repo:

  1. Install dependencies with: pip install -r requirements.txt

  2. Create N profiles in chromium.

  3. For each profile, install ABS and login on Bing and MR Rewards dashboard.

    Note: use the vpn for each profile when you have to login

  4. In profiles.csv set the correct profile names in the first column.

  • example:
Profiles Last_Farm_Date
Profile 1 2022-04-12 00:12:53
Profile 2 2022-04-12 00:12:51
Profile 3 2022-04-12 00:12:56

Note: the profile name must be the same as the one created in chromium. You can see that in the config subfolder of chromium. For example: ~/.config/chromium

  1. With a scheduler program (for example, crontab) run the MR_orchestrator.py script like this:
    • 0,30 * * * * python path/to/MR_orchestrator.py this means "run when the minute of each hour is 0 or 30" (would run at: 1:30, 2:00, 2:30, 3:00, etc)

About

An orchestrator for MR to automate points on Bing using Chromium, ABS and Selenium 🤖

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published