This is a basic web scraper program to see how many times a chosen word is used within a website.
I wrote this to learn the Rust language, and too see how it can interact with websites and data.
This software was created in VS Code using the basic Rust package. It is run using the terminal on the machine.
I used Rust as the programming language. Within that I used the Document, Name, Error, IO, Duration, and HashMap packages.
- Some phrases will not be scraped from website, need to see why.
- Add in functionality to show the phrases and location of found words.