athena package¶
Subpackages¶
- athena.api_library package
- athena.classes package
- athena.modules package
- Subpackages
- athena.modules.active package
- Submodules
- athena.modules.active.bitcoin module
- athena.modules.active.conversation module
- athena.modules.active.emotion module
- athena.modules.active.geo_info module
- athena.modules.active.music module
- athena.modules.active.spotify module
- athena.modules.active.twitter module
- athena.modules.active.voice_browse module
- athena.modules.active.weather module
- athena.modules.active.wolfram module
- athena.modules.active package
- Subpackages
Submodules¶
athena.apis module¶
Finds and stores APIs in the ‘api_lib’ global variable
athena.brain module¶
The “Brain” class handles most of Hey Athena’s processing.
To listen for input, use brain.inst.run()
athena.config module¶
Helpful methods for generating a user .yml config file
athena.settings module¶
Global settings are stored here
athena.stt module¶
Basic Speech-To-Text tools are stored here
athena.tts module¶
Basic Text-To-Speech tools are stored here