/Web-Scraper-and-Analyze

A program that when passed in a webpage will count the number of vowels there are on the page

Primary LanguagePython

Web Scraper and Analysis

Web Scrape is a collection of programs that take in multiple websites and creates a bar graph of the frequency of each letter

How to Run Full Program

./scrape.sh <URL1> <URL2> ... <OPTION: -A>

Individual Programs

Web Scrape

chmod 755 web_scrape.py
python3 ./web_scrape.py <URL1> <URL2>

Analyze

chmod 755 analyze.py
python3 ./analyze.py <CSV1> <CSV2>