mirror of
https://github.com/jwinterm/btcTicker.git
synced 2026-08-31 14:33:25 -04:00
master
#Overview
This script checks the price of USD/BTC from Bitstamp by API every three seconds. The user can input selected amounts of BTC and USD, and a chosen multiplier. The program then multiplies the selected amounts according to:
Multiplied USD = BTC input * last USD/BTC * chosen multiplier Multiplied BTC = USD input / (last USD/BTC * chosen multiplier)
Description
Gets BTC/USD price from Bitstamp and multiplies by selected amounts by chosen factor
47 KiB
Languages
Python
54.7%
kvlang
45.3%