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.
mtriage-cli is currently in active development. It is written in Go, and is based on the Gocui package.
- Go
- gocui - install with
go get github.com/jroimartin/gocui
- go-yaml - install with
go get gopkg.in/yaml.v2
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.