Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 805 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 805 Bytes

scraping-livedoorNEWS

About

livedoor NEWSから以下の 3 つの情報を取得し、csv ファイルを生成する

  • 記事タイトル
  • 記事本文
  • 記事の 3 文要約(ざっくり言うと)

記事がある限り取得し続けます

Dependency

Usage

brew cask install chromedriver
git clone [email protected]:ramenjuniti/scraping-livedoorNEWS.git
cd scraping-livedoorNEWS
go run main.go sample.csv

License

This software is released under the MIT License, see LICENSE.