Skip to main content

Create desktop alerts for Transferwise exchange rates

Project description

Exchange Rate Alert


Creates desktop alerts for Transferwise exchange rates at specified intervals.


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.conversionalert import ConversionAlert

Call the constructor, wait for alert, profit!

  • ConversionAlert(source, target, interval)

Example

from ratealert.conversionalert import ConversionAlert

ConversionAlert('SEK', 'INR', 300)

This will create exchange rate alerts every 5 minutes.


Next steps

  • Alert on a target conversion rate
  • 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.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

exchange_rate_alert-0.2-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