CoinMarketCap历史价格:利用python3和bs4从coinmarketcap.com抓取历史加密货币的价格,数量和市值

时间:2024-02-19 23:58:14
【文件属性】:

文件名称:CoinMarketCap历史价格:利用python3和bs4从coinmarketcap.com抓取历史加密货币的价格,数量和市值

文件大小:5KB

文件格式:ZIP

更新时间:2024-02-19 23:58:14

bitcoin ethereum python3 cryptocurrency litecoin

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


【文件预览】:
CoinMarketCap-Historical-Prices-master
----renovate.json(41B)
----LICENSE(1KB)
----install_locally.py(773B)
----requirements.txt(109B)
----crypto_history.py(2KB)
----.gitignore(1KB)
----README.md(1KB)

网友评论