Etherscan 爬虫 抓取 Etherscan的Token列表 使用 安装 Pipenv pip install pipenv Pipenv 是Python的另一个依赖管理工具 安装依赖包 pipenv shell # 激活虚拟环境 pipenv install # 安装 运行爬虫 scrapy crawl etherscan -o token.csv