Skip to content

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

Notifications You must be signed in to change notification settings

forensic-architecture/mtriage-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages