Skip to content

Coder-Kuldeep-Singh/search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

search-engine

Google, DuckDuckGo search engine results collector

Installation

git clone git@github.com:mavensingh/search-engine.git
go mod init github.com/googlesearch

Running Software

There is two type of engine you can use with the flags

Flags
E  = Engine
q = query


go run main.go -E "google" -q "whatever you want to search"

Search Engines We are Using

No Engine Returns
1 Google Titles, Links, Description
2 DuckDuckGo Titles, Links, Description
3 Bing Titles, Links, Description
4 Yahoo Titles, Links, Description
5 Github Titles, Links, Description, Star
6 Stackoverflow Titles, Links, Description, Votes,profiles Data

About

A golang based CLI tool to scrape the search engine results

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages