Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 419 Bytes

Search links

Project created to collects results from search engines.

Search engine supported

  • DuckDuckGo

Requirements

  • beautifulsoup4
  • scrapy

Install depends

pip install -r requirements.txt

How to use

Start DuckDuckGO search:

scrapy crawl duckduckgo -o {OUTPUT_PATH} -a query="{SEARCH_PARAMS}"  

Example

scrapy crawl duckduckgo -o result.json -a query="proxies free list"