/WebWordSearch

Script for searching for a word or symbol on the sites specified in the text file

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

WebWordSearch

Description

Script for searching for a word or symbol on the sites specified in the text file. Outputs the number of matches on each page to the console, and also displays the total number of matches at the end of the search

Usage

  1. Insert links to search sites to file urls.txt
  2. Do the following in terminal
pip install -r requirements.txt
python ./wws.py

Used libraries