SlapBot / stephanie-va

Stephanie is an open-source platform built specifically for voice-controlled applications as well as to automate daily tasks imitating much of an virtual assistant's work.
https://slapbot.github.io/
MIT License
799 stars 127 forks source link

Can we add support for Darwin as well? #12

Closed gaurav-clearTax closed 7 years ago

gaurav-clearTax commented 7 years ago

xdg-open doesn't seem to work on macs

A simple addition here seems to work for me!

elif sys.platform == "darwin": os.system("open " + self.speak_result)

SlapBot commented 7 years ago

Sure, support is added! d317062fcbecc2ccdf76f56541eddc37b91825ee