# <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'/> Pandorabots
Give Mycroft some sass with Pandorabots
Over 100 chatbots from https://github.com/OpenJarbas/all_the_chatbots
## Examples
* "Do you like ice cream"
* "Do you like dogs"
* "I have a jump rope"
## Usage
Spoken answers api w
```python
from ovos_solver_pandorabots_plugin import PandoraBotsSolver
d = PandoraBotsSolver()
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-pandorabots-plugin",
"name": "ovos-solver-pandorabots-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/2d/26/a22b7c00feb1712b4c94dd255473c7a9955f41cfd7a18c327e9898be7f68/ovos-solver-pandorabots-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'/> Pandorabots\n\nGive Mycroft some sass with Pandorabots\n\nOver 100 chatbots from https://github.com/OpenJarbas/all_the_chatbots\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 w\n\n```python\nfrom ovos_solver_pandorabots_plugin import PandoraBotsSolver\n\nd = PandoraBotsSolver()\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": "0a65a8a26109344b7749e51cf3aec672b06069d8f260bfdd7e2c2a2fd9501f95",
"md5": "97d000bf07cb9f4b215d9609b1fc53b9",
"sha256": "bacee7439eb9b61bde6d72131352bfa63f362f6dff8c1169fad06353366d33db"
},
"downloads": -1,
"filename": "ovos_solver_pandorabots_plugin-0.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "97d000bf07cb9f4b215d9609b1fc53b9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7540,
"upload_time": "2023-03-25T04:03:21",
"upload_time_iso_8601": "2023-03-25T04:03:21.783879Z",
"url": "https://files.pythonhosted.org/packages/0a/65/a8a26109344b7749e51cf3aec672b06069d8f260bfdd7e2c2a2fd9501f95/ovos_solver_pandorabots_plugin-0.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2d26a22b7c00feb1712b4c94dd255473c7a9955f41cfd7a18c327e9898be7f68",
"md5": "b013a1b34ed49843edd0ddc44b61bef0",
"sha256": "c08d2ad78763e6a993d2d7d5e65ff1fa124e93822d4b9771b3b4ff1bb2dd2030"
},
"downloads": -1,
"filename": "ovos-solver-pandorabots-plugin-0.0.0.tar.gz",
"has_sig": false,
"md5_digest": "b013a1b34ed49843edd0ddc44b61bef0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6935,
"upload_time": "2023-03-25T04:03:23",
"upload_time_iso_8601": "2023-03-25T04:03:23.534810Z",
"url": "https://files.pythonhosted.org/packages/2d/26/a22b7c00feb1712b4c94dd255473c7a9955f41cfd7a18c327e9898be7f68/ovos-solver-pandorabots-plugin-0.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-25 04:03:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "OpenVoiceOS",
"github_project": "ovos-solver-pandorabots-plugin",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "ovos-solver-pandorabots-plugin"
}