8000 GitHub - jjkjiang/CatchUp: LA Hacks 2017 Project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jjkjiang/CatchUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CatchUp

The idea behind this project is to help gamers (or any general users of software that have patch notes) by creating an easy GUI to browse through changes since a certain date all neatly compiled together into their respective categories, chronologically.

Usage

Download or build the release, and also download the example .txt files we have in overwatchScraper or in the main repository. Select those as the target file within the GUI, and the information should load. Change dates, or modify settings in the menu bar to see quick updates.

Considerations

This app was made with game communities in mind that tend to post patch notes in parallel with the official sites. Since every company has their own individual way of formatting their notes, parsing is done seperately from the client-side application. This also lowers the amount of scrapes required to actually serve users. A file produced by a scraping program that formats to the type readable by this application should be able to work for all games. This will not be a web app since I don't believe I would be able to afford hosting and I would like this to be a free service, so this will be a client-side portable app. Individual softwares' parsed text files can be done by individuals and hosted at websites or even just on GitHub.

Tech Used

The client-side app will be built using C++ and the QT framework for our GUI, and the sample scraping/parsing program will be done with Python using beautifulsoup.

Building

Requires QT SDK to be installed and, if windows, to be in your environmental variables. Build with CMake.

About

LA Hacks 2017 Project

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0