CoinMarketCap-历史价格
该脚本从coinmarketcap.com的“选项卡中抓取
安装并运行
下载并安装
$ git clone https://github.com/dylankilkenny/CoinMarketCap-Historical-Prices.git
$ cd CoinMarketCap-Historical-Prices
$ pip3 install -r requirements.txt
$ python install_locally.py
跑步
要运行脚本并在coinmarketcap上收集所有列出的加密货币的数据,您需要以YYYYMMDD格式传递开始日期和结束日期
$ python3 crypto_history.py 20170101 20180201
您还可以使用第三个参数指定一种加密货币
$ python3 crypto_history.py 20170101 20180201 ethereum
数据将保存到CSV文件
输入
Python 3.6.4 (default, Jan 5 2018, 02:35:40)
[GCC 7.2.1
1