Skip to content

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

Notifications You must be signed in to change notification settings

alexz12948/Web-Scraper-and-Analyze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published