mornville / pyScrapper

Python scripts for web scrapping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Web Scrapper

  • Gets a .csv file as input, containing queries for google search.
  • The script runs and then scrapes the urls related to the queries from the google search
  • The script is executed in jupyter notebook

Execution

  • Make a virtual environment and activate
  • Execute pip install -r requirements.txt
  • Open scrape.ipynb in jupyter notebook.

About

Python scripts for web scrapping.


Languages

Language:Jupyter Notebook 86.4%Language:Python 13.6%