tranq88 / kt-ddr-site-exporter

export your ddr scores to a kamaitachi-friendly json
GNU General Public License v3.0
2 stars 2 forks source link

Feature Request: Add datetime stamp to export file name #2

Open pnvnd opened 3 months ago

pnvnd commented 3 months ago

Feature Request

Can the datetime stamp be added to the exported JSON file? For example, the current export is named ddr-export.json and it would be nice if it was something like yyyymmdd_hhmm_ddr-export.json instead.

Use case

For users who need to regularly export their data, they would end up having multiple files:

ddr-export.json
ddr-export (1).json
ddr-export (2).json
...

This is to help keep export files organized by default without having to rename it manually.

Karlsson2 commented 3 months ago

@pnvnd I have created a PR with a solution to your issue  ☺️