Skip to content

miraries/mypatrol-points-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyPatrol Points Bot

Automatic collection of bonus points in the MyPatrol app

Requires:

  • Node.js
  • NPM/Yarn

Usage

The authorization token is required and can be acquired by intercepting traffic or by accessing DefaultSharedPreferences.xml in SharedPreferences. The token expires after 24 hours, the script will not attempt to reacquire it (TODO). By default the script performs the collection every 5 minutes.

node app --token eyJ0eXAiOi...

Command line arguments

required:
  --token               The Authorization token
optional:
  --nocollect           Only show current Active Points, no collection is performed
  --nointerval          Collect only once
  --id                  Show user points for provided user id, no other action
                        is performed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published