yunatseng / ptt-crawler

ptt-crawler is a web crawler module designed to scarpe data from Ptt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crawler for PTT/Dcard

  1. install deps
npm i
  1. Start MongoDB on mongodb://localhost:27017
docker run -p 27017:27017 --name mongo-local mongo:latest
  1. Run the command
npm run start

About

ptt-crawler is a web crawler module designed to scarpe data from Ptt.

License:MIT License


Languages

Language:JavaScript 100.0%