Great with a jupyter notebook
pip3 install runreveal
from runreveal import RunReveal
rr = RunReveal("show me my cloudflare audit logs from the past month where srcIP is not empty string", True).create_dataframe()
rr.head(5)
Your workspace ID and a RunReveal API token must be set on the environment.
export RUNREVEAL_WORKSPACE="sdfsdfsdfsdf"
export RUNREVEAL_AUTH_TOKEN="sdfsdfsdfsdfsdf"
This package relies on requests
and pandas
.