amansrivastava17 / google_related_searches

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%