Skip to content

kamath/Jarvis-Kamath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. clone the repo
    git clone http://github.com/andykamath/Jarvis-Kamath && cd Jarvis-Kamath
  2. change your email and password in the index.js file
  3. Install Shpotify in the root directory
    git clone https://github.com/hnarayanan/shpotify && mv spotify ../
  4. 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

Releases

No releases published

Packages

No packages published