googleScrapy
- response structure:
{
'status_code' : status_code, #Eg. 200, 429, 500
'links' : [link1, link2, link3] #Eg. https://example.com
}
- Usage:
from googleScrapy import Google
response = Google().search('search query goes here')
if response.status_code == 200:
print('fetched succesfully')
for link in response.links:
print(link)
else:
print(f'Error, status code: {response.status_code}')
- Free Software: MIT License
Release files for googleScrapy 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| googleScrapy-0.0.1.tar.gz | 4.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| googleScrapy-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.1 kB
Release files / googleScrapy-0.0.1.tar.gz
| Download URL | googleScrapy-0.0.1.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6dd3bd9ed54dfb61ac421f7df38cdc2dd88d3bce78f0ca9c67144fba98b10fb2
|
|
BLAKE2b-256 checksum How to use checksums |
66e23b29c31eb18db6258caf1954f27ed5e2480b8e144b442373862210c26e68
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
|
Release files / googleScrapy-0.0.1-py3-none-any.whl
| Download URL | googleScrapy-0.0.1-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d783f2f560278e45de453128660f68344e44811dc43e27fde49398396ef0d3b6
|
|
BLAKE2b-256 checksum How to use checksums |
d5ebdd45bb5c709dcbf4b5e7f61d135644a3ca1f86481b8b36266f60c6b24a2e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
|