txghbot._api module documentationtxghbot
The twistd support code. Don't call this directly!
| Class | Options | twistd plugin command line options. |
| Function | readSecret | Retrieve the secret key stored at path. |
Retrieve the secret key stored at path.
| Parameters | path | the path to the secret key (type: str) |
| Returns | the secret (type: bytes) | |
| Raises | RuntimeError
if the secret file is empty. | |