
15以上の検索エンジン(Google、duckduckgo、Bing、Askなど)に対応した検索エンジンCLIスクレイパーです。
15以上の検索エンジン(Google、duckduckgo、Bing、Askなど)に対応した検索エンジンCLIスクレイパーです。
注意: 教育目的のためのものです。このツールの不正使用については責任を負いません。
pip3 install -r requirements.txt
# Linuxユーザー向け
sudo apt install firefox-geckodriver
# その他のOSのユーザーは、https://github.com/mozilla/geckodriver/releases のリリースを確認してください
docker run -p 8050:8050 scrapinghub/splash
example.config.txt を config.txt に置き換え、splash-scrapの実行中IPを指定してください。Fallaの使い方:
usage: main.py [-h] [-e ENGINE] [-q QUERY]
optional arguments:
-h, --help show this help message and exit
-e ENGINE, --engine ENGINE
The search engine
-q QUERY, --query QUERY
The query text
$ python3 -m app.main
# output
[+] Falla [the search-engine-scraper]
[+] Listing search-Engines
[+] > google
[+] > bing
[+] > aol
[+] > dogpile
[+] > falla
[+] > ask
[+] > qwant
[+] > duckduckgo
[+] > mojeek
[+] > gibiru
[+] > yandex
[+] > yahoo
[+] > searchencrypt
[+] > iem
[+] > kallasearch
[+] > wosx
$ python3 -m app.main -e google -q "sanix darker"
# output
## 著者