SImple top 10 google scraper

Status
Not open for further replies.

lejovaar7

Newbie
Joined
Jan 23, 2018
Messages
49
Reaction score
40
Hi, folks. I was bored and started doing a simple scraper. Maybe this can be useful for some. If you have any ideas about simple bots let me know in the comments.

You need install python. you can download it: http://www.python.org/

You have to install some modules:

xlsxwriter
selenium

that is easy. You can to execute in cmd:

pip install xlsxwriter

and

pip install selenium

that is very easy.


download: https://www53.zippyshare.com/v/feHCuQPN/file.html
virustotal: https://www.virustotal.com/gui/file/bb472f0cda84b3be55fc4901b0a02ea2ca9e24971c0b77c7b0086862d73f34f0/detection
 
Looks good - will dig into it more. I have been coding for sometime but never really used Python so much accept today I spent a few hours with courses. Very easy language.

Curious to know if you have any great sources for scripts or snippets for python apart from github ofcourse?
 
Looks good - will dig into it more. I have been coding for sometime but never really used Python so much accept today I spent a few hours with courses. Very easy language.

Curious to know if you have any great sources for scripts or snippets for python apart from github ofcourse?

hey bro. I like to read the official documentation. Pythos is very easy but you can create everything you imagine with this programming language. I only use github.
 
hey bro. I like to read the official documentation. Pythos is very easy but you can create everything you imagine with this programming language. I only use github.

Thanks for response. Github is amazing, a lot of Python scripts to be found!
 
Looks quite neat.

With few tweaks might be actually useful.

Why don't you make GUI for it and provide it for regular users?
 
read the official documentation. Python is very easy but you can create everything you imagine with this programming language.

Can't agree more. I'm web full-stack developer and i easily create some things in python. Btw, good job.
 
Hi, folks. I was bored and started doing a simple scraper. Maybe this can be useful for some. If you have any ideas about simple bots let me know in the comments.

You need install python. you can download it: http://www.python.org/

You have to install some modules:

xlsxwriter
selenium

that is easy. You can to execute in cmd:

pip install xlsxwriter

and

pip install selenium

that is very easy.


download: https://www53.zippyshare.com/v/feHCuQPN/file.html
virustotal: https://www.virustotal.com/gui/file...ea2ca9e24971c0b77c7b0086862d73f34f0/detection

Bro update the link. Thanks.
 
Status
Not open for further replies.
Back
Top