2017-01-12 12:30:14 +00:00
|
|
|
# Senpy Plugin MeaningCloud
|
|
|
|
|
2017-01-12 12:32:16 +00:00
|
|
|
To use this plugin, you need to obtain an API_KEY from meaningCloud signing up here: https://www.meaningcloud.com/developer/login
|
2017-01-12 12:30:14 +00:00
|
|
|
|
2017-01-12 12:32:16 +00:00
|
|
|
Then run Senpy docker image with the path to this plugin as follows:
|
2017-01-12 12:30:14 +00:00
|
|
|
|
2017-01-12 12:32:16 +00:00
|
|
|
```
|
2017-01-12 12:33:09 +00:00
|
|
|
$ docker run -ti -p 5000:5000 -e DAEDALUS_KEY=API_KEY -v $PWD:/plugins gsiupm/senpy --host 0.0.0.0 -f /plugins
|
2017-01-12 12:32:16 +00:00
|
|
|
```
|