Skip to content

couchfault/pygooglesearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pygooglesearch

Python google search module

A while ago I was disappointed to see that pygoogle no longer worked because of google got rid of their SOAP api.

This is my replacement solution. It makes get requests that look like the ones your browser makes and then parses html responses using BeautifulSoup to find results and next page links.

It is also multithreaded.

A requirement of this program is the python requests module.

I am truly sorry that I'm too lazy to document or comment my code.

About

Python google search module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages