Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Overview

This project is a simple webscraper console application, written in Rust. The goal was to be able to reach a predefined URL and then scrape predefined data and display it to the user while getting my toes wet with Rust. This extends the previous version that was just scraping data and displaying it to the user. The app now archives the scraped data for later use. The user can choose to view the archived data, update, delete, or manually add data to the archive.

Software Demo Video

Development Environment

  • Rust with Cargo as the packet manager for the project. I did utilize the thirtyfour crate and chromedriver for webdriving.
  • mysql crate is now being used extensively.
  • chrono crate is being used for the date type management and formating for the database.

Useful Websites

{Make a list of websites that you found helpful in this project}

Future Work

  • Inable chromedrive to be started as part of the scraper. Currently it has to be running before the scraper is called.
  • Make it more generic to pull from different websites.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages