This is the repository containing the code for this blog post.
First, install the requirements with pipenv:
pipenv installThen run the Responder app:
pipenv run python responder_app.pyNow the responder app is running on http://localhost:5042 and the dash app is accessible on http://localhost:5042/dash.