Skip to content

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.

Notifications You must be signed in to change notification settings

Sakthi002/storesearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Store your Search

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.

Install requirements

$sudo ./INSTALL

Run script

$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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%