Scraping information on consensus big boards.
This is a .NET 8 Console application that supports both web scraping and CSV data processing.
- SharpConfig - Configuration file management
- CsvHelper - CSV reading and writing
- HtmlAgilityPack - HTML parsing and web scraping
- Spectre Console - Rich console UI and progress indicators
- GitHub Codespaces - Development environment
Previous versions used ScrapySharp, but the application now uses HtmlAgilityPack directly for web scraping functionality.