First, install the findi gem.
$ gem install findi
Put the file in your PATH and chmod +x it.
$ chmod +x ~/.bin/ifind
$ ifind -u '[email protected]' -p 'mypassword'
Output JSON:
$ ifind -u '[email protected]' -p 'mypassword' --mode json
Output a Google Maps link:
$ ifind -u '[email protected]' -p 'mypassword' --mode gmap
Output CSV:
$ ifind -u '[email protected]' -p 'mypassword' --mode csv
Hello Dan,
Thank you for the excellent work.
However when I try to compile the Ruby script I get the following errors :
iPhone:/var/www root# gem install findi
dyld: lazy symbol binding failed: Symbol not found: __OSSwapInt16
Referenced from: /usr/lib/ruby/1.9.1/arm-darwin9/socket.bundle
Expected in: flat namespace
dyld: Symbol not found: __OSSwapInt16
Referenced from: /usr/lib/ruby/1.9.1/arm-darwin9/socket.bundle
Expected in: flat namespace
Trace/BPT trap: 5
Any idea how to solve this ?
Thanks.
Best regards..