Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Googler | 5,488 | a year ago | 1 | February 27, 2018 | 1 | gpl-3.0 | Python | |||
:mag: Google from the terminal | ||||||||||
Pagodo | 2,024 | 2 months ago | 1 | gpl-3.0 | Python | |||||
pagodo (Passive Google Dork) - Automate Google Hacking Database scraping and searching | ||||||||||
Persistentsearch | 2,010 | 6 years ago | 1 | February 20, 2019 | 28 | Java | ||||
A clone of the Google Now/Maps/Play persistent search bar | ||||||||||
React Native Google Places Autocomplete | 1,820 | 272 | 32 | 6 days ago | 76 | August 11, 2021 | 109 | mit | JavaScript | |
Customizable Google Places autocomplete component for iOS and Android React-Native apps | ||||||||||
Search Engine Optimization | 1,604 | 2 years ago | 8 | mit | ||||||
:mag: A helpful checklist/collection of Search Engine Optimization (SEO) tips and techniques. | ||||||||||
Google Unlocked | 1,262 | a year ago | 7 | JavaScript | ||||||
Google Unlocked browser extension uncensor google search results | ||||||||||
Search By Image | 1,182 | 4 months ago | 28 | gpl-3.0 | JavaScript | |||||
Browser extension for reverse image search, available for Chrome, Edge and Safari | ||||||||||
Google_dork_list | 1,082 | 6 months ago | 1 | |||||||
Google Dorks | Google helps you to find Vulnerable Websites that Indexed in Google Search Results. Here is the latest collection of Google Dorks. A collection of 13.760 Dorks. Author: Jolanda de Koff | ||||||||||
Pygooglenews | 875 | 2 years ago | 5 | mit | Python | |||||
If Google News had a Python library | ||||||||||
Search Deflector | 813 | a year ago | 134 | mit | D | |||||
A small program that forwards searches from Cortana to your preferred browser and search engine. |
This is a simple google search results crawler. Before use this tool, please read these tips below.
You may find requirements in requirements.txt
which can be installed using pip install -r requirements.txt
More info:
Python
python should be installed in your computer. here is the official website: http://www.python.org
BeautifulSoup
A html parser to extract search results from Google. BeautifulSoup(version 4) is better.
For more information about BeautifuleSoup, please visit: http://www.crummy.com/software/BeautifulSoup/
dotenv (python-dotenv)
Rename or copy .env.example
into .env
. Apply your own config in this file only.
single key word
python gsearch.py 'your query key words'
It will return about 10 extracted results by default. if you need more results, just change the expect_num value.
list of key words
python gsearch.py
First create a file named keywords, put your key words list into this file, one key word per line.
If there are any problems or bugs about this tool, please open an issue.