Commit Graph

3 Commits

Author SHA1 Message Date
da6d3d747b chore: add AngleSharp dependency and refactor rant scraping to use CSS class queries
- Add AngleSharp NuGet package version 1.1.2 to csproj for HTML parsing
- Introduce DomQueryClass helper method using AngleSharp to extract elements by CSS class name
- Replace XPath-based node selection in get_rants with DomQueryClass targeting "rantlist-title-text"
- Update Program.cs to await RunIt task and add a 100-iteration loop around rant fetching
- Add transform string concatenation utility method to Program class
2024-12-17 11:10:58 +00:00
a3cce3425f refactor: extract async API call into separate RunIt method and remove unused HttpClient 2024-12-16 21:45:16 +00:00
c97cae710e chore: remove all .history versioned DrApi.cs stubs and add .vscode to gitignore 2024-12-16 21:31:04 +00:00