Project: Get BTC current datas periodically and if the current value of BTC is between given min and max values, play beep sound.
I needed to follow the BTC current value but I could not follow it all day. Thats why I wrote this script. Just give minimum and maximum values that you want to get notified by alarm when BTC reaches that point.
Package Prerequisities:
- time
- traceback
- winsound
- requests
- from bs4 import BeautifulSoup