
Um search-engine-cli-scraper para mais de 15 motores de busca, incluindo Google, DuckDuckGo, Bing, Ask, etc.
Um scraper de linha de comando para mecanismos de busca para mais de 15 mecanismos de busca, incluindo Google. duckduckgo, Bing, Ask, etc...
NOTA: Para fins educacionais, não me responsabilizo pelo mau uso desta ferramenta!
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 por config.txt e forneça o IP em execução para o splash-scrapComo usar o 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
## Autor