Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 323 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 323 Bytes

ForumScraper

Quickly scraps posts from SHL forums

Uses Dotnet Core and C# to code with HtmlAgilityPack to scrap the pages.

Program.cs starts the console app. Downloads the files, extracts the data, and creates an output file.

To Debug: dotnet build, then dotnet run

To publish: dotnet publish -c Release -r win10-x64