Skip to content

TomasSobotaT/ITN_Data_Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ITN_Data_Downloader

Itnetwork Data Downloader is a C# console application used to download public data about users of www.itnetwork.cz.
After downloading, the data is stored in an MS-SQL database.
The program downloads an HTML string (the code of the given page) in the specified range, searches for rows with the relevant properties, stores them in the relevant properties of the User class and the collection of downloaded The downloaded users are stored in the internal collection.
When the download is complete, it is saved to the database using ADO.NET.
The database must be in the program folder for the program to run correctly.
The data is further used in the ITN Data Presenter project.

Documentation (CZ): tsobota.cz/C_ITNDataDownloader.html

About

C# console application. User data downloder from itnetwork.cz

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages