一款针对超过15个搜索引擎的CLI爬虫工具,包括Google、duckduckgo、Bing、Ask等。
注意: 仅用于教育目的,本人不对该工具的滥用负责!
pip3 install -r requirements.txt
# For linux users
sudo apt install firefox-geckodriver
# For other OS's users, please check releases on 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
## 作者