Covertness / scraper

基于 puppeteer 实现的网络爬虫

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scraper

基于 puppeteer 实现的网络爬虫,目前支持:

  • 微博:帐号搜索,个人首页

启动

$ npm i
$ npm start

接口

微博

帐号搜索

$ curl "http://127.0.0.1:3000/weibo/search/love"

个人首页

$ curl "http://127.0.0.1:3000/weibo/1618051664"

About

基于 puppeteer 实现的网络爬虫

License:MIT License


Languages

Language:JavaScript 100.0%