Skip to content

Parser for tracking sale announcements on two games sites: g2g.com and funpay.ru.

Notifications You must be signed in to change notification settings

replikeit/SaleAnnouncementsParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Parser for tracking sale announcements on two games sites: g2g.com and funpay.ru.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages