Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelq/mirror
An open source Linux-based Amazon Echo clone
https://github.com/adelq/mirror
Last synced: about 6 hours ago
JSON representation
An open source Linux-based Amazon Echo clone
- Host: GitHub
- URL: https://github.com/adelq/mirror
- Owner: adelq
- License: mit
- Created: 2015-04-07T03:00:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T04:18:53.000Z (over 9 years ago)
- Last Synced: 2023-03-12T07:57:44.988Z (over 1 year ago)
- Language: Python
- Size: 180 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mirror
An open source Linux-based Amazon Echo clone.**Demo**: https://www.youtube.com/watch?v=oE8QCfPZixs
## Supported commands
Mirror has a modules system that allows it to plug in different modules and recognize their commands.
Currently, this includes:* **Music**: Play music through VLC and from Grooveshark
* **Todos**: Add and list items from a todo list
* **Weather**: Get the weather at your current location## License
Mirror is made available under the terms of the MIT License. Please see the [LICENSE](LICENSE) file for more details.
## Contributing
The best way to contribute is to clone the repository and dig in!
To add a module, create a Python module under the `modules/` directory, and add a regex to `config.py` for the trigger phrase and the function it should call when triggered.