kenjik9881 / SI507-FinalProject-original

0 stars 0 forks source link

SI507-FinalProject

General Requirements:

I am interested in scraping information from coinmarketcap.com to pull in data of the Top 10 cryptocurrencies. This data will contain the:

I will also pull off historical data about just Bitcoin. This will look at the High price for each day over the last past month. It will pull the date and high price for Bitcoin for this time period.

[Updates!]

What I want to show

Things to remember:

Part 1: Scraping the homepage using BeautifulSoup

Part 2: Scraping the Bitcoin page to get historical price data

Part 3: Creating and using Databases

Part 4: Writing Tests

Part 5: Visualizing the Data