Skip to content
Permalink
efa99ad3d3
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
18 lines (13 sloc) 468 Bytes
# 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```