Example: Sending text messages to Twitter
stableDescription
This is an example script to show how to send text messages to external sources like (in this case) Twitter.
Please note: This script only works in Version 4 of the Haasbot, version 3 does not have support for this.
HaasScript
p = ClosePrices(1);
-- Make some sort of logic to trigger it
if (p[1] > 100000) then
-- Please visit twitter and et your API keys so you can fill in the empty fields
BroadcastToTwitter("","","","",
'This is a message send directly from HaasScript')
end
0 Comments
Sign in to leave a comment.
No comments yet. Be the first!