Skip to content

a small python scraper to scrape historical data from the CoinMarketCap website and convert it to csv files . This is an initial step for a data mining process to develop a predictive model of cryptocurrencies prices.

License

SuperKogito/CoinMarketCapScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinMarketCapScraper

a lightweight python scraper to get/scrape historical data from the CoinMarketCap website and convert it into a csv file. This is an initial step for a data mining process to develop a predictive model of cryptocurrencies prices. This code is built with python 3.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

In order to excute this code you will need the following python 3 packages:

sudo apt-get install python3-tk
sudo pip install beautifulsoup4
sudo pip install requests

Tests

This code has been only tested on ubuntu 16.04

Deployment

This code can be either excuted using a python IDE or by running the following command in the terminal:

python3 main.py

Screenshots

Built With

Contributing

If you have any improvement's suggestions, please contact me.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • The nameless heros of Stackoverflow

About

a small python scraper to scrape historical data from the CoinMarketCap website and convert it to csv files . This is an initial step for a data mining process to develop a predictive model of cryptocurrencies prices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published