/scraping-pinterest-images

Pinterestをスクレイピングして画像をローカルに持ってくるやつ 正直いまはDOM構造変わってたりするから動かないと思う

Primary LanguageJavaScriptMIT LicenseMIT

scraping-pinterest-images

gif1

gif2

Setup

yarn install

touch .env

.env

Please set your Pinterest Email, and Password.

email = example@gmail.com
password example123456

Usage

node index.js "�search Keyword"

Example

node index.js "モンスターハンターダブルクロス"

TODO

  • scraping more images
  • search result not exists case