/mtriage-cli

A command line application for generating yaml files that specify mtriage workflows.

Primary LanguageGo

mtriage-cli

Build Status

NB: currently unstable, in active development, and should not be used in production

generate .yaml files for specifying mtriage workflows

mtriage-cli is a command-line application for generating .yaml configuration files for mtriage, an application that scrapes and analyses public domain media. mtriage-cli is developed by Forensic Architecture, and is intended for use by open source research agencies, journalists, and activists.

development

mtriage-cli is currently in active development. It is written in Go, and is based on the Gocui package.

dependencies

  • Go
  • gocui - install with go get github.com/jroimartin/gocui
  • go-yaml - install with go get gopkg.in/yaml.v2

building locally

You can build the mtriage-cli executable locally by running from the src folder:

go build -o bin/mgen

The binary must first be added to the system PATH, and then launched by running mgen in the base directory of mtriage.