Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 722 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 722 Bytes

YouTube-Scraping

設定

  1. docker をインストール  
  2. dockerイメージをpull
# Linux
sudo docker pull scrapinghub/splash
# Mac
docker pull scrapinghub/splash

  3. コンテナを作成・起動

# Linux
sudo docker run -it -p 8050:8050 scrapinghub/splash
# Mac
docker run -it -p 8050:8050 scrapinghub/splash

http://localhost:8050/ にアクセスして起動確認

HTTP API

Splashでは,HTTP APIを使うことで簡単にページ情報を取得できます。ここではその一例を紹介しますが,より詳しく知りたい方は公式ドキュメントを御覧ください。