Python-based scraper for market cap, supply, exchange price, and exchange volume data from coinmarketcap.com
Make sure required python packages are installed
pip install cssselect lxml psycopg2 requests
Simply run $ python scrape.py
.
Python-based scraper for market cap, supply, exchange price, and exchange volume data from coinmarketcap.com
PythonMIT