This project is used for claim daily MR points for many accounts
- Python
- Chromium
- NordVPN - CLI
Once you have cloned this repo:
-
Install dependencies with:
pip install -r requirements.txt
-
Create N profiles in chromium.
-
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
-
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
- 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)