The program retrieved the price of gold and Bitcoin via webscrapping. Bitcoin was retrieved from coindesk.com as a JSON file. The price of Bitcoin and time was written to a text file. Gold was retrieved from goldprice.com. The url that contained the price was written to a second text file and regular expressions extracted the price of gold. Data was set to be recorded every minute for a period of time determined by user input. The price of Bitcoin and gold were displayed using Pyplotfrom Matplotlib.
-
Notifications
You must be signed in to change notification settings - Fork 0
aidanTheCoder/Bitcoin-Price-Retriever
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
The price of Bitcoin and gold was retrieved from a website, written to a file, and graphed.