Skip to content

Latest commit

 

History

History
97 lines (62 loc) · 3.37 KB

README.md

File metadata and controls

97 lines (62 loc) · 3.37 KB

Scraping Kigo

Attention   |   About   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


⚠️ Attention

本スクリプトを使用して得たデータは、resultJson・resultCsv配下に格納されています。

実行手順を記載してはおりますが、お手元で実行いただく必要はございません。

スクレイピング対象ページの更新頻度はそれほど高くないので、定期実行等、サーバーに負荷をかける行為はやめましょう!

🎯 About

現代俳句協会IT部が提供する「現代俳句データベース」から季語データをスクレイピングしてみました。

🚀 Technologies

下記を使用しています。

✅ Requirements

下記をインストールしてください。

  • Node.js
  • Chrome
  • ChromeDriver(binをプロジェクトのルートディレクトリに配置)

なお、基本的に手元で実行する必要はないと思われます。 resultJson配下に実行結果を格納してあります。

🏁 Starting

# Clone this project
$ git clone https://github.com/AsazuTaiga/scraping-kigo

# Access
$ cd scraping-kigo

# Install dependencies
$ npm i

# Run the project
$ npm run start

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

※ソースコードのライセンスは著作者に帰属しますが、季語データのライセンスは現代俳句協会に帰属します。

Made with ❤️ by AsazuTaiga

 

Back to top