Skip to content
Mohit Rathore edited this page Jun 21, 2018 · 1 revision

Welcome to the dialogflow-mark wiki!

DF API - Users invokes voice command which is recieved by df api, Api sends request to heroku along with userid, intent and entity.

Server side - Heroku gets servio URL from user id (??) and forwards DF api requests to the respective clients.

Client side - Communicates with system and heroku server.

The user call run sh which runs

  1. app.py which receives post requests and use pyautogui to command laptop.
  2. Runs servio to map port 7777:80. 3 Just once send a post request to heroku associating the user's mail id with servio domain name and meanwhile create a markdf config file in home with the same mail id.

What can it do?

  1. Send keystrokes - press
  2. Type
  3. Open apps
  4. Control music
  5. Change music??
  6. Browse Close the current tab Close the nth tab Go to address bar
Clone this wiki locally