Skip to content

runreveal/runrevealpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RunReveal

Great with a jupyter notebook

Installing

pip3 install runreveal

Using

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)

Requirements

Your workspace ID and a RunReveal API token must be set on the environment.

export RUNREVEAL_WORKSPACE="sdfsdfsdfsdf"
export RUNREVEAL_AUTH_TOKEN="sdfsdfsdfsdfsdf"

Dependencies

This package relies on requests and pandas.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages