Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 532 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 532 Bytes

coinmarketcap-scraper

Python-based scraper for market cap, supply, exchange price, and exchange volume data from coinmarketcap.com

Installation

Make sure required python packages are installed

pip install cssselect lxml psycopg2 requests

Usage

Simply run $ python scrape.py to scrape all currencies on coinmarketcap.

Since the list grows longer everyday, the number of scraped currencies can be limited by specifying a minimum market cap, e.g.: $ python scrape.py 1000000.