Add HsnTsnClient and related classes for vehicle data scraping

- Implement HsnTsnClient to fetch vehicle data from hsn-tsn.de
- Create VehicleDetail and HsnTsnVehicle classes for data representation
- Add CSV output functionality in Program.cs
- Include necessary NuGet packages in project file
- Add README with usage instructions
This commit is contained in:
2026-03-04 14:36:40 +03:00
commit fb2c2cdb8a
6 changed files with 617 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
bin/
obj/
.idea/