NrgDumik / coinmarketcap

Scrape Ethereum data from CoinMarketCap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coinmarketcap

There is a useful page called CryptoCurrency Market Capitalizations for viewing the current state of the crytocurency markets.

https://coinmarketcap.com/tokens/views/all/

The site shows all currencies runing today on a number of platforms. I'm interested in the ones running on Ethereum which have a Market Cap. Since, the site doesn't have this specific filtering capability I thought it would make a good project to grab the data from the page and filter it the way I'd like.

To do this I decided to investigate Pandas and it's read_html function for pulling data in from html tables.

More details see:

http://blog.bradlucas.com/posts/2017-07-01-coin-market-cap/

Usage

$ python coinmarketcap.py

License

Copyright © 2017 Brad Lucas

About

Scrape Ethereum data from CoinMarketCap.com

License:MIT License


Languages

Language:Python 100.0%