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 Promptor thePowerShellapp. - 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file searchgooglepy-0.0.5.tar.gz.
File metadata
- Download URL: searchgooglepy-0.0.5.tar.gz
- Upload date:
- Size: 95.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87eeb7a0bae903abd09d645e0d47482c471982de656ed2b810f78b6d04685032
|
|
| MD5 |
e2786cbb02218f038cebe0a7b468977f
|
|
| BLAKE2b-256 |
89855ddcd84d12f74df7090e907c8fba555fa25305a16572abb7455ee270936d
|
File details
Details for the file searchgooglepy-0.0.5-py3-none-any.whl.
File metadata
- Download URL: searchgooglepy-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4de3c02396ccbec074a752c9580fb7989c9355a6ba8673d763e55c8dec1f95dd
|
|
| MD5 |
fdaf3b8eb223fe47fcb84a13da10d278
|
|
| BLAKE2b-256 |
1cb5642f4ce6ed58438fb8e821cedbc3e88044f90029404b00a438382c5572e9
|