EvilZone

Programming and Scripting => Scripting Languages => : bonewagon May 09, 2013, 11:22:11 PM

: [Python] Google information harvesting program
: bonewagon May 09, 2013, 11:22:11 PM
I've written a small program that harvests data from Google. I named it "Pygore" (Python Google Regular Expressions).

(http://bonewagonsblog.files.wordpress.com/2012/05/pygore_screenshot.png?w=640)


It is like a web crawler, but a little unique, so I'll try to explain what it does:

(I've written it using Tkinter for the GUI, and it makes use of the xgoogle (http://www.catonmat.net/blog/python-library-for-google-search/) library to implement the Google searching.
Pygore is split into several modules, (rather than being a single .py script) so I uploaded it as an attachment rather than posting the source code directly. The attachment contains the source code, although the Xgoogle modules were not written by me.)
I think something like this can be useful, although I myself am probably never going to use it. Let me know what you think.
: Re: [Python] Google information harvesting program
: relax May 10, 2013, 12:09:03 AM
thanks will try it out when I have time




edit: actually if this works, this is an awesome tool. because I have noticed that google ignores results sometimes when you are to specific. but I know google have had restriction on there api's for search results. I don't know about xgoogle though
: Re: [Python] Google information harvesting program
: Ragehottie May 10, 2013, 01:39:22 AM
Very cool. Love seeing this much python on EZ!


Just a suggestion, but when you have that you want to directly write to the terminal, gray out the path message box.
: Re: [Python] Google information harvesting program
: kenjoe41 May 10, 2013, 11:56:38 AM
Gonna try look at the code since I suck at the gui in python.
: Re: [Python] Google information harvesting program
: proxx May 10, 2013, 12:02:05 PM
Nice tool.

However I dont think google is gonna like this unless you use an API key.
There are other solutions though.
: Re: [Python] Google information harvesting program
: xC May 10, 2013, 05:06:55 PM
Yeah, looks nice. However, the new Google API only allows 100 queries a day. I don't know about the old one. +1.