Skip to content

Instantly share code, notes, and snippets.

@netpro2k
Created November 26, 2011 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netpro2k/1395959 to your computer and use it in GitHub Desktop.
Save netpro2k/1395959 to your computer and use it in GitHub Desktop.
netpro2k: /Users/netpro2k
-> siriproxy
Siri Proxy is a proxy server for Apple's Siri "assistant." The idea is to allow for the creation of custom handlers for different actions. This can allow developers to easily add functionality to Siri.
See: http://github.com/plamoni/SiriProxy/
Usage: siriproxy COMMAND OPTIONS
Commands:
server Start up the Siri proxy server
bundle Install any dependancies needed by plugins
console Launch the plugin test console
help Show this usage information
Options:
-p, --port PORT port number for server (central or node)
-l, --log LOG_LEVEL The level of debug information displayed (higher is more)
-v, --version show version
netpro2k: /Users/netpro2k
-> siriproxy bundle
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
Updating git://github.com/chendo/cora.git
Fetching source index for http://rubygems.org/
Using rake (0.9.2.2)
Using libxml-ruby (2.2.2)
Using CFPropertyList (2.0.17)
Using multi_json (1.0.3)
Using activesupport (3.1.3)
Using addressable (2.2.6)
Using cora (0.0.3) from git://github.com/chendo/cora.git (at master)
Using eventmachine (0.12.10)
Using multipart-post (1.1.4)
Using rack (1.3.5)
Using faraday (0.7.5)
Using simple_oauth (0.1.5)
Using uuidtools (2.1.2)
Using siriproxy (0.0.1) from source at /Users/netpro2k/.rvm/gems/ruby-1.9.2-p290/gems/siriproxy-0.0.1
Using siriproxy-example (0.0.1) from source at ./plugins/siriproxy-example
Using twitter-text (1.4.13)
Using twitter (2.0.0)
Using siriproxy-twitter (0.0.1) from source at ~/Documents/Programming/SiriProxy-Twitter
Using bundler (1.0.21)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
netpro2k: /Users/netpro2k
-> rvmsudo siriproxy server
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
Starting SiriProxy on port 443..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment