Skip to content

phduarte/scrapbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrapbot

Scrapbot Build BCH compliance

A scraping bot written in python to search a given term on Google. Just for education, test and fun! :)

The found results will be recorded in a plain-text file in same directory and containing the current term used as criteria on search.

usage

  • download the chromedriver.exe version equivalent to your chrome browser
  • install all dependecies
pip install -r requirements.txt
  • check the constants in main.py file with the current directory.
  • run test.py

more info