Skip to content

tsachit/USD-NPR-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USD-NPR-Tracker

Just a simple tracker from Transferwise to fetch USD to NPR rate in every 5 minutes.

Setup

Note: Only if you want to use venv

> python -m venv venv
> source venv/bin/activate

install all the dependency using this

pip install -r requirements.txt

Change interval value in tracker.py to increase/decrease the frequency.

How to run

If you're using venv then activate it

source venv/bin/activate

and run tracker command

python tracker.py

If you also want alert on above threshold value, try running like this

python tracker.py 117

This will send you push notification if USD-NPR rate is above Rs.117

Preview or running monitor

Note: usd is my alias for source venv/bin/activate && python tracker.py. You can modify it to add folder location

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages