alexz12948 / Web-Scraper-and-Analyze

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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


Languages

Language:Python 70.8%Language:HTML 18.5%Language:Shell 10.7%