SearchGooglePy is a simple (un-official) Google Search API under python.
Project description
SearchGooglePy
SearchGooglePy is a simple (un-official) Google Search API under python.
This page will help you to install and get a quick start
!WARNNING!: This isn't an official google project it is just an API under python.
A few advertisement and credits before you start :
Dependencies
- Python 3
- pip 22.2.2
Credits
See ThirdPartyNotices.md file to watch credits
Install
To install SearchGooglePy follow the steps behavior:
Windows:
- Open the
Command Prompt
or thePowerShell
app. - type on your prompt the command behavior:
pip install SearchGooglePy
Linux / MacOS
- Open the
Shell
- type on your prompt:
python3 -m pip install SearchGooglePy
Quick Start
A quick piece of code to get a quick start:
import searchgpy
google_search_engine = searchgpy.GoogleSearchEngine()
google_search_engine.search_text('Hello World !')
This piece of code will search on google the sentence : Hello World !
. Take a look at the Table of Content
at https://boubajoker.github.io/SearchGooglePy/Link=Table_Of_Content for more content !
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for searchgooglepy-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4de3c02396ccbec074a752c9580fb7989c9355a6ba8673d763e55c8dec1f95dd |
|
MD5 | fdaf3b8eb223fe47fcb84a13da10d278 |
|
BLAKE2b-256 | 1cb5642f4ce6ed58438fb8e821cedbc3e88044f90029404b00a438382c5572e9 |