Skip to content

Get notifications with your favorite crypto currency choice

License

Notifications You must be signed in to change notification settings

RNubla/cryptowatch

Repository files navigation

Cryptowatch

This is a simple python application that will notify you periodically on the cryptocurrency of your choice Please edit the preferences.json to your desired settings. NOTE: This will only work with Windows 10

{
  "userPref": [
    {
      "CryptoCurrency": "BTC",   // Change the ticker symbol to your prefered crypto currency
      "Currency": "USD",         // Change this to your local currency
      "QuantityOwned": 1,        // Add the quantiy of owned currency
      "Intervals": 60            // This will notify you every 60 seconds
    }
  ]
}

Usage

    pip install -r requirements.txt
    python cryptowatch/__main__.py

TODO's

  • Add to system tray
  • Hide cmd prompt

About

Get notifications with your favorite crypto currency choice

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages