A tool for unpacking Guy fangames, remembering new ones, helper tools and push into google spreadsheet. Screenshots and list of features at: http://iwannacommunity.com/forum/index.php?topic=2227.0
Open the Nuget package manager in Visual Studio and it will give an option to restore needed packages. Feel free to add pull requests. I recommend adding into the WPF branch for now. It's not quite ready but most of the work is done.
-------Help for setting up google script------
To have the google integration work, you have to get a google developers client id, secret key and script id.
To get the client id and secret key, enable developer API.
- console.developers.google.com make the default project
- Enable Google Apps Script Execution API
- Create Oauth client ID and choose other
- Save the client ID and secret key
- Create Apps Script at script.google.com
- Save a new version of the script
- Publish as API Executable
- Save the script ID
- Connect the Script to Project at Resources - Developers Console Project
- Add the IDs and secret to c# project