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
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
searchgooglepy-0.0.4.tar.gz
(44.0 kB
view hashes)
Built Distribution
Close
Hashes for searchgooglepy-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e39a43bb04738217c8a9d3c02977a87bc355300048dda072f9b9e051e25307ba |
|
MD5 | db038cb900af7e86613b69395acc9198 |
|
BLAKE2b-256 | 67249ca8fee304347f7ea844cc18dcb0a1d2d7bb7750ffb1c7b6cc57b655a7fa |