https://github.com/ovoshatchery/ovos-solver-pandorabots-plugin
https://github.com/ovoshatchery/ovos-solver-pandorabots-plugin
maintainer-wanted
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ovoshatchery/ovos-solver-pandorabots-plugin
- Owner: OVOSHatchery
- License: apache-2.0
- Created: 2023-02-05T00:08:57.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-27T21:07:06.000Z (about 2 years ago)
- Last Synced: 2025-01-30T05:16:43.825Z (8 months ago)
- Topics: maintainer-wanted
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#
Pandorabots
Give Mycroft some sass with PandorabotsOver 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 PandoraBotsSolverd = 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?
```