Skip to content

Ghostwriter

Migrates finding templates from Ghostwriter to SysReptor.

Examples

reptor ghostwriter --url http://localhost/ghostwriter

Installation

Make sure you installed required dependencies by using pip install reptor[ghostwriter] or pip install reptor[all].

Configuration

This module needs additional configurations, which you can add to ~/.sysreptor/config.yaml:

ghostwriter:
  apikey: <your-api-token>

The variable apikey holds your Ghostwriter API key. This can be the API key or the Hasura Admin Secret.

Usage

usage: reptor ghostwriter [-h] [--tags TAGS] [--url [URL]]

Imports GhostWriter finding templates

optional arguments:
  -h, --help   show this help message and exit

Global Importer Settings:
  --tags TAGS  Comma-separated tags for new templates

  --url [URL]  Ghostwriter API