1.0.5 • Published 3 years ago

petitions_scraper_npm v1.0.5

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

result

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

🏠 Homepage

설치

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

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

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago