weixin
A spiders' program for weixin which made by Express & cheerio
- This small crawler software captures the corresponding resources by calling the "Sogou" WeChat search interface.
- Filter articles through cheerio.
- The corresponding JSON and img resources are generated in the res folder through the fs module.
Note that this small software is divided into
- Query list by keyword
- To search a single article through the specified URL, it must be the URL of a single article, not the URL of an article list.
captured resources
- The list of WeChat articles searched through keywords will be saved under /res/list
- After selecting "Fetch this article" in the article list, this article will be saved under /res/oneArticle
- Images and articles captured through the specified URL will be saved under /res/img-txt
How to run
npm install
Then run node app.js
Log in to http://localhost:3000