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}
}