summaryrefslogtreecommitdiff
path: root/client/main.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in main.pyschneefux2014-10-011-1/+0
* Move client/main.py to jasper.py and add client/main.py dummy script for back...schneefux2014-09-111-118/+7
* Merged boot/boot.py into client/main.pyschneefux2014-09-111-5/+62
* Throw error when JASPER_HOME is not set in start.pyschneefux2014-09-101-1/+7
* Add shebang and PEP 0263 source encoding to every moduleschneefux2014-09-101-1/+1
* Add shebang and PEP 0263 source encoding to main.pyschneefux2014-09-101-2/+3
* Ported client/start.sh to pythonschneefux2014-09-101-0/+12
* Minor style fixes: removed unused imports, commented-out code, etc.schneefux2014-08-221-1/+2
* Addressed CR comments.schneefux2014-07-291-5/+9
* Merge upstream changesschneefux2014-07-261-1/+4
|\
| * Merge pull request #100 from astahlman/masterschneefux2014-07-111-1/+2
| |\
| * | Check if first_name is set for profile beforehandschneefux2014-06-121-1/+4
| * | Make Jasper mention the user's name when asking "How can I be of service?"schneefux2014-06-121-1/+1
* | | Work on Google STT on RPi.schneefux2014-07-261-2/+7
* | | Google STT works on OS Xschneefux2014-07-231-2/+4
| |/ |/|
* | Stop hardcoding /home/jasper and abstract out mic.say for multiplatform supportschneefux2014-06-211-1/+2
|/
* Initial commitschneefux2014-03-301-0/+30