New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

automsr

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automsr

Automate Rewards points collection

  • 9.7.0
  • PyPI
  • Socket score

Maintainers
1

AutoMSR

PyPI - Version PyPI - Python Version Checks

Description

AutoMSR is an automation tool created for educational purpose, intending to show how to use Selenium as an automation driver for the Microsoft Rewards service.

What it does

This tool is intended to show how to collect automatically daily points for Microsoft Rewards.

What is included:

  • Daily promotions completed.
  • Other activities completed.
  • Free punchcards completed.
  • Searches with a desktop User Agent completed.
  • Searches with a mobile User Agent completed.

Warning

Before using this software, read carefully the Microsoft Terms of Service, section Microsoft Rewards.

TL;DR: the usage of AutoMSR could lead in a ban.

Setup

Installation

$ pip install automsr  # this will install the binary `automsr`

Configuration

AutoMSR behaviour can be configured using a config.yaml file.

An example with every input described in detail is found here: link.

Chromedriver

Download the correct Chromedriver matching your Chrome version.

Usage

Help

$ automsr --help

Execute AutoMSR

$ automsr run

# config.yaml is somewhere else than current directory
$ automsr run --config path/to/a/config.yaml

Generate automatically a Config file

$ automsr init

Retrieve local Chrome profiles

$ automsr profiles
# ChromeProfile(displayed_name='yourProfileName', path=Path('generic/profile/dir'))

$ automsr profiles --format pretty-json
# [
#     {
#         "displayed_name": "yourProfileName",
#         "path": generic/profile/dir"
#     }
# ]

Check that email sending works

$ automsr email

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc