To run:
- Import the Watson Conversation workspace from conversation/workspace.json into your Watson Conversation service.
Python:
- cd into the python directory
- Rename .env.template to .env
- Add your Watson Conversation credentials to .env
- Add your Cloudant Database Username, Password, and URL to .env
- Add your Foursquare credentials to .env
- Optional, create a virtual environment by running
virtualenv venv - Optional, activate the virtual environment by running
source ./venv/bin/activate - Install dependencies by running
pip install -r requirements.txt - Run
python app.py - Go to http://localhost:8080