100milliongold / petitions_scraper_npm

청와대 국민청원 게시판의 데이터를 수집하는 스크래퍼

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

청와대 국민청원 수집기 👋

Version Documentation Maintenance License: MIT travis Coverage Status

result

청와대 국민청원 게시판의 데이터를 수집하는 스크래퍼 입니다. (https://github.com/lovit/petitions_scraper 참고)

설치

글로벌로 설치 해서 사용하거나

npm install -g petitions_scraper_npm
node_petitions_scraper -s <START> -e <END> -o <SAVEFILE>

또는

npm install --save petitions_scraper_npm

# index.js
import petitions from 'petitions_scraper_npm'

petitions.scraper_list(<START> , <END>).then(res => console.log(res))

petitions.scraper(index).then(res => console.log(res))

개발간에 사용 하시면 됩니다.

빌드

npm run build

테스트

npm run test

기여자

👤 100milliongold gadian88@gmail.com

🤝 Contributing

사용간에 문의사항은 issues page 으로 해주시기 바랍니다.

📝 License

Copyright © 2020 100milliongold gadian88@gmail.com.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

About

청와대 국민청원 게시판의 데이터를 수집하는 스크래퍼

License:MIT License


Languages

Language:TypeScript 97.6%Language:JavaScript 2.4%