/Google-Scraper

Google Scraper is a Python utility for acquiring web page URLs, meta data, and other information. It can help you monitor websites for relevant keywords or their indexing status. Test results will be displayed via a user-friendly dashboard or csv.

Primary LanguageHTML

Service for scrape Google

Setup

  1. virtualenv -p python3.8 venv
  2. source vebv/bin/activate
  3. pip install -r requirements.txt

Run python3 main.py

Then open in browser http://127.0.0.1:8000