# xjishu-archive-get-Xget **Repository Path**: nroy/xjishu-archive-get-Xget ## Basic Information - **Project Name**: xjishu-archive-get-Xget - **Description**: X技术采集程序 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Xget X技术采集工具 一个Python的采集小案例 使用 requests 去加载网页,用 BeautifulSoup 去做解析。 看得懂就看看不懂就算了吧 ### 使用的包 * request * bs4 * pandas * xlsxwriter ### pip安装用到的包 `pip install requests beautifulsoup4 pandas xlsxwriter` ### 运行 `cmd`到程序根目录下`python main.py` >部分细节尚未完善 未完待续...