Last active
January 18, 2017 16:25
-
-
Save octalmage/ebfb62bdb25d145c3f5c to your computer and use it in GitHub Desktop.
Spam Hipchat.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
delay 10 | |
repeat 100 times | |
activate application "HipChat" | |
tell application "System Events" to keystroke "(parrot) (aussieparrot)" | |
tell application "System Events" to key code 76 | |
delay 30 | |
end repeat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment