New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

wechat_scrape

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wechat_scrape

wechat scrapper

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

A Wechat official post scraper built based on JS and pupetteer

A nodejs module scrapes wechat officals posts and directly display as html webpage by url

Demo:

demo

Installation:

npm i wechat_scrape

Usage:

const scrape = require("wechat_scrape")

app.get("/", async (req, res) => {
    const scrapedData = await scrape.get("https://mp.weixin.qq.com/s/...."); //replace with a real wechat post url
    res.send(scrapedData);
});

FAQs

Package last updated on 28 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts