Skip to content

Cryptocurrencies Financial Statistics Web Scrapper using Python selenium and beautifulsoup4 libraries

Notifications You must be signed in to change notification settings

KZarzour/Cryptocurrencies-Financial-Statistics-Web-Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Cryptocurrencies Financial Statistics Web Scrapper

Cryptocurrencies Financial Statistics Web Scrapper using Python selenium and beautifulsoup4 libraries

Trying out Web Scraping

Currently the Python Script goes to https://www.cryptocompare.com , runs the javascript code on the page with selenium and gets the information as the html using beautifulsoup, after working on the strings to turn them into integer values that are put into a Pandas Dataframe for later use. The script then outputs the data to a CSV file, the goal is to use it later on to do some Data Visualization this will be implemented later.

About

Cryptocurrencies Financial Statistics Web Scrapper using Python selenium and beautifulsoup4 libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages