PhantomJSのキャラらしい
はじめに
Selenium + PahntomJSでスクレイピングがしたかったので、早速インストール巷で紹介されている以下の方法では、エラーが発生
terminal
brew install phantomjs
エラー内容
error
Error: No available formula with the name "phantomjs"
It was migrated from homebrew/core to homebrew/cask.
You can access it again by running:
brew tap homebrew/cask
And then you can install it by running:
brew cask install phantomjs # ←これで動かせと言っている。
インストール(解決版)
エラー内容の通り、以下のコマンドでOKterminal
brew cask install phantomjs
ツイッター

@IakobGoldstein
2019-04-05 10:07:54
メンテ切れの Phantomjs に見切りをつけ、Python + (selenium + headless chrome)にしてみた。
なかなか楽チン。
なかなか楽チン。

@ideacompo
2019-04-03 07:15:03
ブログ記事紹介:サーバーサイドで画面キャプチャ その2 #PhantomJs https://t.co/dCWyMuCxX6
#nodejs #PhantomJS https://t.co/eeIpGmdgTG
#nodejs #PhantomJS https://t.co/eeIpGmdgTG

@ideacompo
2019-03-31 15:00:03
ブログ記事紹介:[Nodejs] spookyjsを使って「¥」(半角)マークを置換したい時 https://t.co/ZDI6MsHlfL
#JavaScript #nodejs #CasperJS #PhantomJS… https://t.co/rqd14zL6NX
#JavaScript #nodejs #CasperJS #PhantomJS… https://t.co/rqd14zL6NX

@ideacompo
2019-03-29 18:30:02
ブログ記事紹介:PhantomJSインストール後に「error while loading shared libraries: https://t.co/z4l465P11X.1」というエラーが出る場合の対処方法… https://t.co/1u9XQb6ElQ

@phyten_jp
2019-03-29 11:28:54
@bcts369 それ系です!phantomjsが開発終了してしまったので、バックグラウンドでchromeやらfirefoxを動かしてスクレイピングする方法が流行りなんですよね。それが動けばなぁ、とw