SearchEnginesBookmarklet
1.0.0
Google、DuckDuckGo、Baidu、Bing、Qwant などの検索エンジンのクエリから URL、タイトル、日付、説明のリストを収集することは、デジタル手法では繰り返し必要となりますが、これらの Web サイトにはロボットに対する制限があるため、自動化が困難です。
SearchEnginesBookmarklet は、ブラウザ内から直接簡単に実行できる方法を提供することで、このニーズに対するローテク ソリューションです。
次のページから数回クリックするだけでインストールできます: https://medialab.github.io/SearchEnginesBookmarklet/
これは、ブラウザのブックマーク バーにドラッグ アンド ドロップする小さなアイコンとして機能し、次のことが可能になります。
# Install node's express dependency
npm install express
# Create an HTTPS key & certificate set
openssl genrsa -out key.pem
openssl req -new -key key.pem -out csr.pem
openssl x509 -req -days 9999 -in csr.pem -signkey key.pem -out cert.pem
rm csr.pem
# Run your local HTTPS server
node serve-https.js
# Edit SearchEnginesBookmarklet.js to comment the second line and uncomment the third one
# Load the following page in your browser to accept the unsafe certificate first
https://localhost:4443/
# Then install your development version of the bookmarklet as usual by dragging and dropping the image from that page into your bookrmarks bar
Benjamin Ooghe-Tabanou、Julien Pontoire & al @ Sciences Po médialab
Medialab ツールで私たちのプロジェクトをさらにご覧ください。
SearchEnginesBookmarklet は、GPL 3.0 ライセンスに基づいてリリースされた無料のオープン ソース ソフトウェアです。