Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

theritvars/RMTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

RMTracker

RoyalMail tracking with PushBullet integration

You will need...

  • Python (2 or 3 should be fine)

Dependencies

Usage

Get your PushBullet API Key from https://www.pushbullet.com/#settings/account

Get your PushBulelt Device ID:

Before using the script you need to edit the Python scripts user variables

# USER VARIABLES START
trackingNumber = 'YOUR_TRACKING_NUMBER' # your RoyalMail tracking number
apiKey = 'YOUR_API_KEY' # your PushBullet API key
deviceId = 'YOUR_PUSHBULLET_DEVICE_ID' # your PushBullet device ID that you want to push status to
refreshRate = 30 # how often to check the status in minutes
# USER VARIABLES END

To-Do

  • Add command line interface
  • Add setup.py for automatic install

If you've done everything correctly just start the script (reccommended to run within a 'screen') and that's it! If you have any issues / questions feel free to contact me by e-mail: me@richusx.me

About

RoyalMail tracking with PushBullet integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages