DaniruKun / metr-data-parser

CLI tool to make Metr.at data more usable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metr Data Parser

This is a small CLI tool that converts https://metr.at data to a proper, row (item) oriented JSON file. The default raw Metr data is horribly structured, and does not feed well into visualization tools like Vega.

Requirements

You must have Python 3 installed.

Usage

Simply run

python3 metr_parser.py input_file.json out_file.json

You can also give the link to a Metr record directly:

python3 metr_parser.py https://metr.at/r/1q2w3e4r out_file.json

License

About

CLI tool to make Metr.at data more usable.

License:MIT License


Languages

Language:Python 100.0%