livedoor NEWSから以下の 3 つの情報を取得し、csv ファイルを生成する
- 記事タイトル
- 記事本文
- 記事の 3 文要約(ざっくり言うと)
記事がある限り取得し続けます
brew cask install chromedriver
git clone git@github.com:ramenjuniti/scraping-livedoorNEWS.git
cd scraping-livedoorNEWS
go run main.go sample.csv
This software is released under the MIT License, see LICENSE.