Not sure what you're trying to script with Skype, but here's some AppleScripts
(yuck!) that I wrote for Skype a while back to dial into a conference call. It
was a pain in the butt to write so I'd love if someone else could get some use
out of them. :-)
https://github.com/msabramo/skype-applesc
You could try generating the Skype Scripting Bridge header. That will at least
give you better documentation on what Skype's SB API looks like.
Take a look here:
https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ScriptingBridgeConcepts/UsingScriptingBridge/UsingScriptingBri
Hi Mike,
I had a quick look at the skype scripting dictionary and it does appear that
"sendCommand:scriptName:" is all that's on offer. I assume that ScriptingBridge
has renamed the "send" comand like this to fit in with the way that mehods need
to be called from Objective C.
I don't know the
I'm looking to do some scripted control of Skype, and not able to get too far
with MacRuby. Please let me know if this is not the proper forum to ask,
thanks.
I can find the app:
>> skype = SBApplication.applicationWithBundleIdentifier("com.skype.skype")
And I see in the Applescript editor th