A WPF web scraper built for scraping data from https://mmohuts.com/news/?sort=reviews and https://www.vanguardngr.com/
The application is a web scrapper used to scrap data from a webpage. It is built using WPF, a desktop development framework and C#. For more about Web Scraping check https://en.wikipedia.org/wiki/Web_scraping
- Scrap data from webpage
- Bind data to Data grid control
- Export data to a .csv (EXCEL) sheet
- Clone Project to local machine
- Go the Nuget Package Manager Solution and install all the package to the project
- Build Project
- Run Project
- Clone project to local machine
- On the terminal
dotnet restore
- On the terminal
dotnet build
- On the terminal
dotnet run