Google-Search-API
Google-Search-API copied to clipboard
FYI How I Repaired My Script
Novice here... Mods feel free to do your thing. But in case anyone else is looking for an interim fix... How I got my script back up and running. Thank You Kulla! (I ran into some issues I didn't understand when trying to clone directly.)
Start here: https://github.com/kulla/Google-Search-API/tree/update-standard-search Code >
Download > https://github.com/kulla/Google-Search-API/archive/refs/heads/update-standard-search.zip
Find Google-Search-API on your machine... $pip3 show Google-Search-API Location: /usr/local/lib/python3.9/site-packages
Extract Google-Search-API-update-standard-search.zip
Copy/Replace > standard_search.py (Directory) Google-Search-API-update-standard-search > googleapi > modules > standard_search.py
To>
/usr/local/lib/python3.9/site-packages/googleapi/modules/
Thanks!
thanks ! I had empty list
really helpful!
Glad to hear, but I checked a few days ago and my app is not returning any Google results. Please report back if you have any luck. I'm now having to look into using the actual Google API (custom search engine).