#Jarvis Kamath
It's just a really basic version of Zuckerburg's Jarvis. It's pretty sweet if you ask me. It can control your computer via Facebook messenger, involving playing music and saying stuff.
##Demo: See demo on YouTube
##Installation Basically I took shpotify and the facebook-chat-api npm package and turned Facebook Messenger into an ssh client. All you need to do is
- clone the repo
git clone http://github.com/andykamath/Jarvis-Kamath && cd Jarvis-Kamath - change your email and password in the index.js file
- Install Shpotify in the root directory
git clone https://github.com/hnarayanan/shpotify && mv spotify ../ - run
~$ cd fb-chat-ssh && npm install && node index.js
and you should be golden
##Things it can do
- Display commands - "show commands"
- Control your music - "music [play|pause|next|prev|vol up/down]"
- Set passwords - "pw [site, i.e. facebook] [password, i.e. hunter21]"
- Get passwords - "pw get [site]"
- Run any Mac terminal command like ls, say, echo, touch, cat, etc.
I used shpotify and facebook-chat-api
#IMPORTANT: This has only been tested on Mac. Music controls only work on Mac. Everything else may work on Linux/Windows, but no guarantee