Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (10 loc) · 489 Bytes

TRPE.md

File metadata and controls

20 lines (10 loc) · 489 Bytes

TorpedoBot Remote Plugin Execution (TRPE)

TRPE allows writing plugins in any language as long as content is returned via HTTP API. Sample application is available at tools/trpe_server.py

Architecture is as follows:

TRPE

Bot should be launched with -trpe_host switch, i.e.:

bin/torpedobot -trpe_host http://localhost:5000/trpe

TRPE server:

tools/trpe_server.py