
एक सर्च-इंजन-सीएलआई-स्क्रैपर जो 15 से अधिक सर्च इंजनों के लिए है, जिनमें Google. duckduckgo, Bing, Ask, आदि शामिल हैं।
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
## लेखक