Skip to content

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

License

Notifications You must be signed in to change notification settings

prouast/coinmarketcap-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%