Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 630 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 630 Bytes

Crypto Supply Data Scraper

Token supply data is important to understand the dynamics of issuance and redemption.

This is a simple python script that scrapes the current supply of a cryptocurrency from coinmarketcap.com and saves it to a csv file. The script is intended to be run as a cron job to keep the supply data up to date.

The package is modified based on the original cryptoCMD.

APA reference:

@misc{jin2024cryptoSupplyScraper,
  author = {Si Yuan Jin},
  title = {cryptoSupplyScraper},
  year = {2024},
  publisher = {GitHub},
  journal = {GitHub repository}
}