# python爬虫demo **Repository Path**: tangxy_team__admin/python_spider_demo ## Basic Information - **Project Name**: python爬虫demo - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python爬虫demo 首先先安装好python环境 pip3 和 python3能正常运行在终端 pip3 install pymysql pip3 install selenium 安装完依赖后 准备安装Chrome 77版 和 mac上安装chromedriver 77版(网上搜下就有了) 然后python3 mc-spider2.py 运行就可以了