/RMTracker

RoyalMail tracking with PushBullet integration

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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