- Using webscraping tool Beautiful soup it recovers a webpage which shows the current price.
- It then will format the entire information to recover just the current price of Bitcoin.
- It will display this price in the terminal in a string format.
- It will then convert the string to a float and examine the number against the set parameters.
- If the value below a certain parameter, the sound of a cat will play to alert the user.
- It will then count to 10 prior to checking the price again.
PureJD/BitcoinWebScraper
This is a web scraper which identifies the current price of Bitcoin and alerts you if prices fall or increase.
PythonMIT