Skip to main content

Create desktop alerts for Transferwise exchange rates

Project description

Exchange Rate Alert


Creates desktop alerts when the Transferwise exchange rates hit a target rate. Tries every five minutes.

Currently running on Windows, Linux support incoming.


Before Using

Before the module can be used the user has to create a Transferwise API token. The detailed instructions can be found here - https://api-docs.transferwise.com/#payouts-guide-api-access

The program will try and find the access token in the following manner

  1. System Variable named TCR - create a system variable named TCR

  2. Configuration file - located at %HOMEDRIVE%%HOMEPATH%/.tcr on windows or ~/.tcr on linux


Usage

Install package from pip

  • pip install exchange-rate-alert

Import into python script

  • from ratealert import ConversionAlert

Call the constructor, wait for alert, profit!

  • ConversionAlert(source, target, alert_rate)

Example

from ratealert.conversionalert import ConversionAlert

ConversionAlert('SEK', 'INR', 8.5)

This will create an alert when the Transferwise exchange rate crosses the alert rate.

The rates will be checked every five minutes.

Exit the script by Ctrl+C


Change notes

0.3 - Alert on a target conversion rate

0.1 - Alert at specified intervals


Next steps

  • Linux support
  • OAuth login for Transferwise
  • Quotation request on target conversion rate

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exchange-rate-alert-0.3.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

exchange_rate_alert-0.3-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page