Migrated from Forgejo: mattc-old/pyrat
- Python 68.9%
- Go 19.8%
- HTML 10.6%
- Makefile 0.7%
| client | ||
| go-client | ||
| mgmt_client | ||
| server | ||
| .gitignore | ||
| README.md | ||
| renovate.json | ||
pyrat
python remote access tool
Action spec
(called request)
{
"task_id": "something",
"ad_key": "SECRET_KEY", // only used on task add/remove
"action": "what_to_do",
"params": "params_for_the_action",
"complete": // true/false (set to false in backend when task made)
}
Action Response Spec
response
{
"task_id": "some_id",
"result_status": "success/failed",
"result": "string result"
}
Action values
cmd-paramsis execquit