Python Forum
pyGle - a tool for scrapping the web using Google - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: pyGle - a tool for scrapping the web using Google (/thread-12356.html)



pyGle - a tool for scrapping the web using Google - Javinator9889 - Aug-21-2018

Hi everyone Big Grin

I present you a tool I developed, pyGle, which aims to be the best tool for doing web scrapping through Google.
Basically, now you can do a search at:
  1. Google Search
  2. Google News
  3. Google Shops
  4. Google Images
  5. Google Patents
  6. Google Books
  7. Google Videos

The results are returned as a Future object, so when they are available, you can access a list which contains each result.

Everything is completely explained at the GitHub page (also the wiki is already completed).
You can contribute by adding your ideas or optimizing the app: it is completely free Tongue

Have fun programming, contribute and share Smile -pyGle - https://github.com/Javinator9889/pyGle