A Simple python Script to store Google search results URL in a separate file named search.txt . The search results are stored in the database. Once the search results are stored in the database, it is printed on the command line. Used MongoDB for NOSQL database. BeautifulSoup4 library has been used to get the data from HTML. The Seagle code is executed using command line.
$sudo ./INSTALL
$python Seagle.py keyword*
*keyword is the word to be searched through Google Search engine.
NOTE: This script was developed for specific requirement. Please Modify it as per your requirement and use to search from different search engine.