Skip to content

amansrivastava17/google_related_searches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Related Searches

Given a user query this python module will returns a list of related searches you see on Google search results pages.

Install Dependencies

>> git clone https://github.com/amansrivastava17/google_related_searches.git
>> cd google_related_searches
>> pip install -r requirements.txt```

#### Usage example

```python
>> from google_related_searches import get_related_searches
>> get_related_searches('how to boot computer in safe mode')
>> ['how to boot in safe mode windows 10', 'how to boot in safe mode windows 8',     'how to boot in safe mode windows 7', 'how to start windows 10 in safe        	    mode']
Thanks !!

About

🕵 Given a user query this python module will returns a list of related searches you see on Google search results pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages