Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andburn/hdt-plugin-statsconverter
A plugin to import and export statistics from Hearthstone Deck Tracker
https://github.com/andburn/hdt-plugin-statsconverter
export hearthstone hearthstone-deck-tracker statistics
Last synced: about 3 hours ago
JSON representation
A plugin to import and export statistics from Hearthstone Deck Tracker
- Host: GitHub
- URL: https://github.com/andburn/hdt-plugin-statsconverter
- Owner: andburn
- Created: 2015-04-01T15:49:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:48:36.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T03:01:05.641Z (over 1 year ago)
- Topics: export, hearthstone, hearthstone-deck-tracker, statistics
- Language: C#
- Homepage:
- Size: 350 KB
- Stars: 10
- Watchers: 8
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Stats Converter
[![GitHub release](https://img.shields.io/github/release/andburn/hdt-plugin-statsconverter.svg?maxAge=21600)](https://github.com/andburn/hdt-plugin-statsconverter/releases/latest)
[![Github downloads](https://img.shields.io/github/downloads/andburn/hdt-plugin-statsconverter/latest/total.svg?maxAge=21600)](https://github.com/andburn/hdt-plugin-statsconverter/releases/latest)A plugin to import and export game statistics from [Hearthstone Deck Tracker](https://github.com/HearthSim/Hearthstone-Deck-Tracker).
---
## Install
- Download the [latest release](https://github.com/andburn/hdt-plugin-statsconverter/releases/latest) (*not the source code*)
- Unzip the contents into you Hearthstone Deck Tracker's plugins folder (or drag-and-drop onto the plugin menu)
- Enable the plugin in HDT's settings
- Use the plugin [settings](#settings) to customize it's behaviour## Features
Allows exporting and importing game statistics from [Hearthstone Deck Tracker](https://github.com/HearthSim/Hearthstone-Deck-Tracker). Two formats are currently supported CSV (*Comma Separated Values*) and Excel. Exporting enables players to analyse their statistics outside of HDT. Importing allows new games to be added and existing games edited, see [note](#importing) about importing below.
![Menu](Docs/export.png)
## Usage
The plugins menu opens the main converter window. Select one of the import, export or settings buttons as required.![Menu](Docs/menu.png)
### Settings
The settings page allows you to change how the plugin behaves.![settings](Docs/settings.png)
- **Filename prefix**, the name to give any exported stats files.
- **Add timestamp**, add the date and time to the filename of exported stats.
- **Export to**, set the default export directory.
- **No Export Dialog**, do not show a file save dialog when exporting, use the directory specified in '*Export to*' (*Desktop* by default).
- **Show Import Warning**, shows the warning message on the import page.## Importing
Extra care must be taken when importing statistics, you should always check that the importing process has worked as expected by inspecting the stats in HDT. If you need to revert an import restore the most recent backup found in the HDT options.Importing is mainly intended for editing existing statistics using data previously exported by this plugin. Creating statistics files manually and importing them, for adding new games for example, should work but care should be taken that the format is correct.
## License
The plugin is licensed under the terms of the MIT license. The full license text is available in the LICENSE file.## Attribution
This plugin uses [IcoMoon](https://icomoon.io/) free font icons licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)