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 your config file by running:
| $ reptor ghostwriter --conf
Ghostwriter URL: https://localhost
Ghostwriter API key (x-hasura-admin-secret or JWT token): your-api-key
|
Usage
1
2
3
4
5
6
7
8
9
10
11
12 | usage: reptor ghostwriter [-h] [--conf] [--tags TAGS] [--url [URL]]
Imports GhostWriter finding templates
optional arguments:
-h, --help show this help message and exit
--conf, --config Configure plugin settings
Global Importer Settings:
--tags TAGS Comma-separated tags for new templates
--url [URL] Ghostwriter API
|