wechatarticlesspider For WeChat Official Accounts, a small-scale crawler program that doesn't use packet capture tools. 一个小规模并且不需要使用抓包工具的微信公众号爬虫程序,基本做到开袋即食 截止2025/4/17,包含了三种功能,分别是。 1、对一系列公众号名爬取最近两天内更新的所有文章的标题、URL、更新时间,测试样例见CrawlWeChatOfficialAccountHistory.py 2、对某个公众号名、爬取其所有历史文章的标题、URL、更新时间,测试样例见CrawlWeChatOfficialAccountSearchbyname.py 3、对某个公众号名、爬取其所有历史文章并从文章中查找由用户自定义的关键词(支持三个)同时支持为三个词语赋予不同的权重,最后每篇文章 得分 = 词语出现次数·权重 ,最后将所有文章按得分降序输出,测试样例见CrawlAllsortbykeyword.py 使用教学(新手向) 使用前准备 安装依赖库 在vs code 等编译器终端粘贴这段代码并回车 pip install selenium webdriver-manager pandas wechatarticles 需要下载谷歌浏览器,如有则跳过这一步(...
| Stars | 340 |
| Forks | 44 |
| Language | Python |
| Category | AI Tool |
| License | MIT |
| Quality Score | 52.8958102999525/100 |
| Last Updated | 2025-05-28 |
| Created | 2025-04-16 |
| Platforms | python |
| Est. Tokens | ~6k |
These tools work well together with wechat_articles_spider for enhanced workflows:
Explore other popular ai tool tools:
wechat_articles_spider is For WeChat Official Accounts, a small-scale crawler program that doesn't use packet capture tools.. It is categorized as a AI Tool with 340 GitHub stars.
wechat_articles_spider is primarily written in Python.
You can find installation instructions and usage details in the wechat_articles_spider GitHub repository at github.com/klin-h/wechat_articles_spider. The project has 340 stars and 44 forks, indicating an active community.
wechat_articles_spider is released under the MIT license, making it free to use and modify according to the license terms.