# wx_spider **Repository Path**: loubobooo/wx_spider ## Basic Information - **Project Name**: wx_spider - **Description**: wx公众号数据抓取 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-04-27 - **Last Updated**: 2024-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用说明 ## 必要的安装库包 > pip install pdfkit ## 必要安装的软件 * [wkhtmltox](https://wkhtmltopdf.org/downloads.html) ## 需要修改的配置文件 1. 修改项目下的``cfg.py``配置文件 * 修改``biz``公众标识的参数 * ``uin``参数 * ``key``参数 * ``pass_ticket``参数(可选) * ``appmsg_token``参数 ## 运行使用 ```python python articlesSpider.py ```