Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

HTML Scraper using AngleSharp

A simple HTML Scraper in C# using Windows Forms

This code is based on the tutorial at https://dev.to/rachelsoderberg/create-a-simple-web-scraper-in-c-1l1m, and scrapes from articles at Ocean Networks Canada using AngleSharp. The user enters search terms, and is given corresponding article names and links.

Besides following along from scratch, I've added a search box to allow custom search terms without needing to refactor the code, and some other functions, along with helpful comments.

Features and Skills Demonstrated

  • Windows Forms manipulation
  • HTML document parsing
  • Asynchronous HTML code scraping
  • Search box allowing multiple terms separated by commas
  • Advanced string manipulation

View a screenshot: https://orrettcoke.wordpress.com/2020/04/19/html-scraper-c/.

About

A simple HTML Scraper in C# using Windows Forms

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages