Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion
Medakan
Novice


Joined: 15 Dec 2015
Posts: 41
Location: Seattle

PostPosted: Tue Dec 15, 2015 5:50 pm   

Capture a Twitter feed into a zMUD window
 
Mud that I play has been using Twitter to send out messages and I would like to try and script a way for these messages to be captured and placed in a zMUD window. Anyone have any ideas of how to go about doing this?

Thanks!

Taziar Medakan @ WoTmud
Reply with quote
shalimar
GURU


Joined: 04 Aug 2002
Posts: 4671
Location: Pensacola, FL, USA

PostPosted: Wed Dec 16, 2015 3:15 am   
 
I don't use twitter myself, but it is fully web based instead of having a program, no?
That might make it hard to establish a direct COM connection.

You might have better luck using CMUD, but the issue is still going to be how are you going to retrieve the twitter data.
Once you have it, printing it is easy.
_________________
Discord: Shalimarwildcat
Reply with quote
Edogg
Beginner


Joined: 27 Feb 2011
Posts: 17

PostPosted: Sun Dec 20, 2015 4:07 pm   
 
#script {strHTML = ~”~”} #script {Sub getHTML:Set objHTTP = CreateObject~(~”MSXML2.ServerXMLHTTP~”):objHTTP.Open ~”GET~”, ~”http:~/~/www.twittergoes here.com?%time( hhnnss)~”, ~”FALSE~”:objHTTP.Send:strHTML = objHTTP.ResponseText:Set objHTTP = Nothing:End Sub} #mss {getHTML} #show %mss( strHTML)
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net