pip3 install cryptowatch
sudo snap install cryptowatch
Snap package maintained by: Marcin Mikołajczak
usage: Cryptowatch [-h] [-m MONITOR] [-f FILE] [-c] [-v]
Track prices and account balances for bitcoin, ethereum, litecoin, bitcoin cash and dash
optional arguments:
-h, --help show this help message and exit
-m MONITOR, --monitor MONITOR
Choose which cryptowatch monitor to use
-f FILE, --file FILE Output the current cryptowatch data to the specified
file path
-c, --config Edit the config file for cryptowatch
-v, --version Display the current version of cryptowatch
-
First install cryptowatch
-
Then run
cryptowatch --config
this will create a config file if one does not exist and edit it.
- The file can be found
- Windows:
C:/.crypto.cfg
- macOS/Linux:
~/.crypto.cfg
- Windows:
- The file can be found
-
Write in the addresses you want to track next to their respective variable, if more then one address for a type of crypto separate them with commas and a space after the comma
-
Save and close the file and now you are ready to use cryptowatch!
The above steps help with getting address balance monitoring, cryptowatch still works without these steps
- Python 3
- requests
- Adafruit-GPIO
- terminaltables
- colorclass
- Change from curses interface to a table
- Color the terminal output
- Support more cryptocurrencies
If this project helped you in any way and you feel like supporting me
MIT License
Copyright (c) 2017 Alex Epstein
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.