Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Deepfield scripts
Suggest you use virtualenv
```virtualenv env```
```source env/bin/activate```
Install requirements
```pip install -r requirements```
You must store your Deepfield API Key in the file deepfield.key or environment variable `DEEPFIELD_API_KEY`
## Query flowdump context
Run code
```python flowdump.py -h```
## Blackhole monitoring
Copy rtbh-watch.ini.default to rtbh-watch.ini and update appropriately
```python rtbh-watch.py -h```