Skip to content

Latest commit

 

History

History
49 lines (49 loc) · 1.8 KB

README.md

File metadata and controls

49 lines (49 loc) · 1.8 KB

Sale Announcements Parser

Description

Parser for tracking sale announcements on two games sites: g2g.com, funpay.ru
The program is written on C# with TCP for transporting data and AngleSharp, CefSharp for parsing

Installation

  • Put "Parser & Server" on the server, then copy DLL's to the directory.

  • Put "Reader" on the clients hosts.

Manual

  • First of all, set the settings for the “settings.cfg” file in the “Reader” and “Parser & Server” directories.

    Set current server ip and port.

Guide for a Sever

  • On the server, run “Server.exe” and “Parser.exe”, then turn on the server.

  • After launch "Parser.exe", parsing sites starts automatically.

  • After each cycle, the parser saves data about sites in the file "CurrentData.bin", which is then transmitted to the client.

Guide for a Client

  • Run “Reader.exe” and push the “Refresh Data” button.

  • When data transpoting has been done, you can read current parsed data about sites.

  • You can update the data every time as you want.