# <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/robot.svg' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> Rivescript Chatbot
Give Mycroft some sass with Rivescript!
Leverages the [Alice chatbot](https://www.chatbots.org/chatbot/a.l.i.c.e/) to create some fun interactions. Phrases not explicitly handled by other skills will be run by the chatbot, so nearly every interaction will have _some_ response. But be warned, Mycroft might become a bit obnoxious...
## Examples
* "Do you like ice cream"
* "Do you like dogs"
* "I have a jump rope"
## Usage
Spoken answers api with a Rivescript backend
```python
from ovos_solver_rivescript_plugin import RivescriptSolver
d = RivescriptSolver()
sentence = d.spoken_answer("hello")
print(sentence)
# Hi there!
sentence = d.spoken_answer("Do you like ice cream", {"lang": "pt-pt"})
print(sentence)
# O que queres mesmo saber?
```
Raw data
{
"_id": null,
"home_page": "https://github.com/OpenVoiceOS/ovos-solver-rivescript-plugin",
"name": "ovos-solver-rivescript-plugin",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "mycroft plugin utterance fallback query",
"author": "jarbasai",
"author_email": "jarbasai@mailfence.com",
"download_url": "https://files.pythonhosted.org/packages/48/8a/8e82971ae2a8edff4bb45a038196ef2739068bb9641204b3f19de18d9f3f/ovos-solver-rivescript-plugin-0.0.0.tar.gz",
"platform": null,
"description": "# <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/robot.svg' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> Rivescript Chatbot\n\nGive Mycroft some sass with Rivescript!\n\nLeverages the [Alice chatbot](https://www.chatbots.org/chatbot/a.l.i.c.e/) to create some fun interactions. Phrases not explicitly handled by other skills will be run by the chatbot, so nearly every interaction will have _some_ response. But be warned, Mycroft might become a bit obnoxious...\n\n## Examples \n* \"Do you like ice cream\"\n* \"Do you like dogs\"\n* \"I have a jump rope\"\n\n\n## Usage\n\nSpoken answers api with a Rivescript backend\n\n```python\nfrom ovos_solver_rivescript_plugin import RivescriptSolver\n\nd = RivescriptSolver()\nsentence = d.spoken_answer(\"hello\")\nprint(sentence)\n# Hi there!\n\nsentence = d.spoken_answer(\"Do you like ice cream\", {\"lang\": \"pt-pt\"})\nprint(sentence)\n# O que queres mesmo saber?\n```\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A question solver plugin for ovos/neon/mycroft",
"version": "0.0.0",
"split_keywords": [
"mycroft",
"plugin",
"utterance",
"fallback",
"query"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7953423331243960ff431ddeab4cbc1d7edfdaf6d0778ec99fb89ebbd887707f",
"md5": "039b8ae4d3c71331e696f910fd4f9539",
"sha256": "bd8037e3a9fed2c2f55a6376e397202e737b89a1fe2995cc06bf69286c055524"
},
"downloads": -1,
"filename": "ovos_solver_rivescript_plugin-0.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "039b8ae4d3c71331e696f910fd4f9539",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8545,
"upload_time": "2023-03-25T03:58:38",
"upload_time_iso_8601": "2023-03-25T03:58:38.301349Z",
"url": "https://files.pythonhosted.org/packages/79/53/423331243960ff431ddeab4cbc1d7edfdaf6d0778ec99fb89ebbd887707f/ovos_solver_rivescript_plugin-0.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "488a8e82971ae2a8edff4bb45a038196ef2739068bb9641204b3f19de18d9f3f",
"md5": "e23b9e34385ee8292fbded18d91065ed",
"sha256": "0917e7530537918011198a1cb8b944662ab59a9ff04856104dbb1717f96e826f"
},
"downloads": -1,
"filename": "ovos-solver-rivescript-plugin-0.0.0.tar.gz",
"has_sig": false,
"md5_digest": "e23b9e34385ee8292fbded18d91065ed",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7910,
"upload_time": "2023-03-25T03:58:40",
"upload_time_iso_8601": "2023-03-25T03:58:40.071996Z",
"url": "https://files.pythonhosted.org/packages/48/8a/8e82971ae2a8edff4bb45a038196ef2739068bb9641204b3f19de18d9f3f/ovos-solver-rivescript-plugin-0.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-25 03:58:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "OpenVoiceOS",
"github_project": "ovos-solver-rivescript-plugin",
"lcname": "ovos-solver-rivescript-plugin"
}