[WebDNA] More APIs - Viral Heat - Twitter Data Pipe

This WebDNA talk-list message is from

2011


It keeps the original formatting.
numero = 106397
interpreted = N
texte = --002354470638080517049f039c67 Content-Type: text/plain; charset=ISO-8859-1 Viral Heat is a Social Listening platform that I use to gather research and data - in this example tweets. It has a free api, but I use the pay service. Connecting to and parsing the api is pretty straight forward. Here's the code if you want to try it out ever. Here's my post: http://www.bastedo.com/2011/03/api-viralheat-twitter-data-pipe/ Here's the info on the API: http://www.viralheat.com/api/mentions_api Here is a sample of the output: http://www.tenplusone.com/apis/viralHeat_twitterMentions.html All the other Viral Heat api's are similar though each has a different slightly different path structure and output and you'll have to adjust the parsing. The is a dynamic way to create and add fields based on the parsed xml coming soon as well - probably covered before Here is a sample of the xml that the api outputs: XXXXXX XXXXXXXXX XXXXXXXX Suchard Hot Chocolate, T-Discs for Tassimo Coffeemakers, 8-Count Packages http://bit.ly/fzQndP Twitter Mon Mar 21 12:01:55 UTC 2011 sandrahayes2010 sandra hayes http://twitter.com/sandrahayes2010/statuses/49802915870806016 http://twitter.com/sandrahayes2010 http://a1.twimg.com/sticky/default_profile_images/default_profile_0_normal.png 796b85f2-8d97-3244-af90-023290a7257e 1 0 en true Here's the code for the archives.: [text]errorCatch=1[/text] [text]showVariables=1[/text] [!]--------Function Variables-------[/!] [text]theDOMAIN=www.viralheat.com[/text] [text]thePATH=/api/[/text] [text]theMethod=twitter/mentions[/text] [text]profile_id=XXXXXXX[/text] [text]theAPIkey=XXXXXXXXXX[/text] [text]MyTestVariable=[!] [/!][TCPConnect host=[theDOMAIN]][TCPSend skipheader=T]GET [thePATH][theMethod]?profile_id=[profile_id]&api_key=[theAPIkey] HTTP/1.0[UnURL]%0D%0A[/Unurl]Host: [theDOMAIN][UnURL]%0D%0A%0D%0A[/UnURL][/TCPSend] [/TCPConnect][/text] [xmlparse var=xml_var2][MyTestVariable][/xmlparse] [xmlnodes ref=xml_var2&path=named:entry] [!]--- [name]=[value]
--[/!] [xmlnodes] [!]--- - [name]=[value]
--[/!] [xmlnodes] [!]--- -- [name]=[value]
--[/!] [!]-----VH_T_message----[/!] [showif [name]=message] [text]VH_T_message=[value][/text] [/showif] [!]-----VH_T_platform----[/!] [showif [name]=platform] [text]VH_T_platform=[value][/text] [/showif] [!]-----VH_T_date_published----[/!] [showif [name]=date_published] [text]VH_T_date_published=[value][/text] [/showif] [!]-----VH_T_author----[/!] [showif [name]=author] [text]VH_T_author=[value][/text] [/showif] [!]-----VH_T_author_display_name----[/!] [showif [name]=author_display_name] [text]VH_T_author_display_name=[value][/text] [/showif] [!]-----VH_T_link----[/!] [showif [name]=link] [text]VH_T_link=[value][/text] [/showif] [!]-----VH_T_profile_link----[/!] [showif [name]=profile_link] [text]VH_T_profile_link=[value][/text] [/showif] [!]-----VH_T_profile_image_link----[/!] [showif [name]=profile_image_link] [text]VH_T_profile_image_link=[value][/text] [/showif] [!]-----VH_T_record_hash----[/!] [showif [name]=record_hash] [text]VH_T_record_hash=[value][/text] [/showif] [!]-----VH_T_positive_score----[/!] [showif [name]=positive_score] [text]VH_T_positive_score=[value][/text] [/showif] [!]-----VH_T_negative_score----[/!] [showif [name]=negative_score] [text]VH_T_negative_score=[value][/text] [/showif] [!]-----VH_T_language----[/!] [showif [name]=language] [text]VH_T_language=[value][/text] [/showif] [!]-----VH_T_tweet_contains_link----[/!] [showif [name]=tweet_contains_link] [text]VH_T_tweet_contains_link=[value][/text] [/showif] [/xmlnodes] [showif [name]=tweet] [showif [showVariables]=1] [!]------Show Variables----[/!] [!]----Record to database here or do more api work -------[/!] VH_T_message: [VH_T_message]
VH_T_platform: [VH_T_platform]
VH_T_date_published: [VH_T_date_published]
VH_T_author: [VH_T_author]
VH_T_author_display_name: [VH_T_author_display_name] VH_T_link: [VH_T_link]
VH_T_profile_link: [VH_T_profile_link]
VH_T_profile_image_link: [VH_T_profile_image_link]
VH_T_record_hash: [VH_T_record_hash]
VH_T_positive_score: [VH_T_positive_score]
VH_T_negative_score: [VH_T_negative_score]
VH_T_language: [VH_T_language]
VH_T_VH_T_tweet_contains_link: [VH_T_tweet_contains_link]

------------------------------------------------------------------------------------------------------------------ [/showif] [/showif] [/xmlnodes] [/xmlnodes] --002354470638080517049f039c67 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Viral Heat is a Social Listening platform that I use to gather research and= data - in this example tweets. It has a free api, but I use the pay servic= e.
Connecting to and parsing the api is pretty straight forward. Here= 9;s the code if you want to try it out ever.

Here's my post: http://www.bastedo.com/2011/03/api-viralheat-twitt= er-data-pipe/
Here's the info on the API: http://www.viralheat.com/api/mentions_api
Here is a sample of the output:
http://www.tenplusone.com/apis/viralHeat_twi= tterMentions.html

All the other Viral Heat api's are similar= though each has a different slightly different path structure and output a= nd you'll have to adjust the parsing. The is a dynamic way to create an= d add fields based on the parsed xml coming soon as well - probably covered= before

Here is a sample of the xml that the api outputs:

<entry>
<profile>
<id>XXXXXX</id>
<expression>XXXXXXXXX</expression>
<name>XXXXXXXX</name>
= </profile>
<tweets>
    <tweet>
<message>Suchard Hot Chocolate, T-Discs for Tass= imo Coffeemakers, 8-Count Packages http://= bit.ly/fzQndP</message>
<platform>Twitter</platform>
<= date_published>Mon Mar 21 12:01:55 UTC 2011</date_published>
<author>sandrahayes2010</author>
<author_display_name>sandra hayes</= author_display_name>
      <link>=;=http://twitter.com/sandrahayes2010/statuses/49802915870806016</link>
<profile_link>http://twitter.com/sandrahayes2010</<= span class=3D"end-tag">profile_link>
<profile_image_link>http://a1.twimg.com= /sticky/default_profile_images/default_profile_0_normal.png</profile_image_link>
<record_hash>796b85f2-8d97-324= 4-af90-023290a7257e</record_hash>
= <positive_score>1</positive_score>
<negative_score>0</negative_score>
     = <language>en</language>
<tweet_contains_link>true</= tweet_contains_link>
</tweet>
  </tweets>
</entry>

Here's the c= ode for the archives.:

[text]errorCatch=3D1[/text]
[text]showVari= ables=3D1[/text]


[!]--------Function Variables-------[/!]
[te= xt]theDOMAIN=3Dwww.viralheat.com[/= text]
[text]thePATH=3D/api/[/text]
[text]theMethod=3Dtwitter/mentions[/text][text]profile_id=3DXXXXXXX[/text]
[text]theAPIkey=3DXXXXXXXXXX[/text]<= br>

[text]MyTestVariable=3D[!]
[/!][TCPConnect host=3D[theDOMAIN]= ][TCPSend skipheader=3DT]GET [thePATH][theMethod]?profile_id=3D[profile_id]= &api_key=3D[theAPIkey] HTTP/1.0[UnURL]%0D%0A[/Unurl]Host: [theDOMAIN][U= nURL]%0D%0A%0D%0A[/UnURL][/TCPSend]
[/TCPConnect][/text]


[xmlparse var=3Dxml_var2][MyTestVariable][/= xmlparse]


=A0[xmlnodes ref=3Dxml_var2&path=3Dnamed:entry][!]---
[name]=3D[value]<br />
--[/!]

=A0=A0 [xmlnodes]<= br>=A0=A0=A0=A0
=A0=A0=A0=A0=A0 [!]---
=A0=A0=A0=A0=A0=A0=A0 - [name]=3D[value]<br /&= gt;
=A0=A0=A0=A0=A0=A0=A0=A0 --[/!]
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 [x= mlnodes]
=A0=A0=A0=A0=A0=A0 [!]---
=A0=A0=A0=A0=A0=A0=A0 -- [name]=3D= [value]<br />
=A0=A0=A0=A0=A0=A0=A0 --[/!]
[!]-----VH_T_message= ----[/!]=A0=A0
[showif [name]=3Dmessage]=A0
=A0=A0=A0 [text]VH_T_message=3D[value][/text]
[/showif]=A0

[!]-= ----VH_T_platform----[/!]=A0=A0
[showif [name]=3Dplatform]=A0
=A0= =A0=A0 [text]VH_T_platform=3D[value][/text]
[/showif]=A0

[!]---= --VH_T_date_published----[/!]=A0=A0
[showif [name]=3Ddate_published]=A0
=A0=A0=A0 [text]VH_T_date_published= =3D[value][/text]
[/showif]=A0

[!]-----VH_T_author----[/!]=A0= =A0
[showif [name]=3Dauthor]=A0
=A0=A0=A0 [text]VH_T_author=3D[valu= e][/text]
[/showif]=A0

[!]-----VH_T_author_display_name----[/!]=A0=A0
[showif [name]=3Daut= hor_display_name]=A0
=A0=A0=A0 [text]VH_T_author_display_name=3D[value]= [/text]
[/showif]=A0

[!]-----VH_T_link----[/!]=A0=A0
[showi= f [name]=3Dlink]=A0
=A0=A0=A0 [text]VH_T_link=3D[value][/text]
[/showif]=A0

[!]----= -VH_T_profile_link----[/!]=A0=A0
[showif [name]=3Dprofile_link]=A0
= =A0=A0=A0 [text]VH_T_profile_link=3D[value][/text]
[/showif]=A0
[!]-----VH_T_profile_image_link----[/!]=A0=A0
[showif [name]=3Dprofile_image_link]=A0
=A0=A0=A0 [text]VH_T_profile_im= age_link=3D[value][/text]
[/showif]=A0

[!]-----VH_T_record_hash= ----[/!]=A0=A0
[showif [name]=3Drecord_hash]=A0
=A0=A0=A0 [text]VH_= T_record_hash=3D[value][/text]
[/showif]=A0

[!]-----VH_T_positive_score----[/!]=A0=A0
[showif = [name]=3Dpositive_score]=A0
=A0=A0=A0 [text]VH_T_positive_score=3D[valu= e][/text]
[/showif]=A0

[!]-----VH_T_negative_score----[/!]=A0= =A0
[showif [name]=3Dnegative_score]=A0
=A0=A0=A0 [text]VH_T_negative_score=3D[value][/text]
[/showif]=A0
<= br>[!]-----VH_T_language----[/!]=A0=A0
[showif [name]=3Dlanguage]=A0 =A0=A0=A0 [text]VH_T_language=3D[value][/text]
[/showif]=A0

[= !]-----VH_T_tweet_contains_link----[/!]=A0=A0
[showif [name]=3Dtweet_contains_link]=A0
=A0=A0=A0 [text]VH_T_tweet_con= tains_link=3D[value][/text]
[/showif]=A0
=A0=A0=A0=A0=A0=A0=A0
= =A0=A0=A0=A0=A0
[/xmlnodes]

[showif [name]=3Dtweet]
=A0
= =A0[showif [showVariables]=3D1]=A0=A0=A0=A0=A0=A0
=A0=A0 [!]------Show = Variables----[/!]
[!]----Record to database here or do more api work -------[/!] =A0=A0=A0=A0= =A0=A0=A0
=A0 <strong>VH_T_message</strong>: [VH_T_message]= <br />
=A0 <strong>VH_T_platform</strong>: [VH_T_platf= orm]<br />
=A0 <strong>VH_T_date_published</strong>: [VH_T_date_published]= <br />
=A0 <strong>VH_T_author</strong>: [VH_T_author]= <br />
=A0=A0 <strong>VH_T_author_display_name</strong>= ;: [VH_T_author_display_name]<br />
=A0=A0 <strong>VH_T_link</strong>: [VH_T_link]<br />
= =A0=A0 <strong>VH_T_profile_link</strong>: [VH_T_profile_link]&= lt;br />
=A0=A0 <strong>VH_T_profile_image_link</strong>:= [VH_T_profile_image_link]<br />
=A0=A0 <strong>VH_T_record_hash</strong>: [VH_T_record_hash]<= ;br />
=A0=A0 <strong>VH_T_positive_score</strong>: [VH_T= _positive_score]<br />
=A0=A0 <strong>VH_T_negative_score<= ;/strong>: [VH_T_negative_score]<br />
=A0=A0 <strong>VH_T_language</strong>: [VH_T_language]<br /&= gt;
=A0=A0 <strong>VH_T_VH_T_tweet_contains_link</strong>: [= VH_T_tweet_contains_link]<br />=A0=A0
=A0=A0 <br />
----= ---------------------------------------------------------------------------= -----------------------------------<br />
[/showif]
[/showif]=A0

[/xmlnodes]

[/xmlnodes]
--002354470638080517049f039c67-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] More APIs - Viral Heat - Twitter Data Pipe (Olin Lagon 2011)
  2. [WebDNA] More APIs - Viral Heat - Twitter Data Pipe (David Bastedo 2011)
--002354470638080517049f039c67 Content-Type: text/plain; charset=ISO-8859-1 Viral Heat is a Social Listening platform that I use to gather research and data - in this example tweets. It has a free api, but I use the pay service. Connecting to and parsing the api is pretty straight forward. Here's the code if you want to try it out ever. Here's my post: http://www.bastedo.com/2011/03/api-viralheat-twitter-data-pipe/ Here's the info on the API: http://www.viralheat.com/api/mentions_api Here is a sample of the output: http://www.tenplusone.com/apis/viralHeat_twitterMentions.html All the other Viral Heat api's are similar though each has a different slightly different path structure and output and you'll have to adjust the parsing. The is a dynamic way to create and add fields based on the parsed xml coming soon as well - probably covered before Here is a sample of the xml that the api outputs: XXXXXX XXXXXXXXX XXXXXXXX Suchard Hot Chocolate, T-Discs for Tassimo Coffeemakers, 8-Count Packages http://bit.ly/fzQndP Twitter Mon Mar 21 12:01:55 UTC 2011 sandrahayes2010 sandra hayes http://twitter.com/sandrahayes2010/statuses/49802915870806016 http://twitter.com/sandrahayes2010 http://a1.twimg.com/sticky/default_profile_images/default_profile_0_normal.png 796b85f2-8d97-3244-af90-023290a7257e 1 0 en true Here's the code for the archives.: [text]errorCatch=1[/text] [text]showVariables=1[/text] [!]--------Function Variables-------[/!] [text]theDOMAIN=www.viralheat.com[/text] [text]thePATH=/api/[/text] [text]theMethod=twitter/mentions[/text] [text]profile_id=XXXXXXX[/text] [text]theAPIkey=XXXXXXXXXX[/text] [text]MyTestVariable=[!] [/!][TCPConnect host=[theDOMAIN]][TCPSend skipheader=T]GET [thePATH][theMethod]?profile_id=[profile_id]&api_key=[theAPIkey] HTTP/1.0[unurl]%0D%0A[/Unurl]Host: [theDOMAIN][unurl]%0D%0A%0D%0A[/UnURL][/TCPSend] [/TCPConnect][/text] [xmlparse var=xml_var2][MyTestVariable][/xmlparse] [xmlnodes ref=xml_var2&path=named:entry] [!]--- [name]=[value]
--[/!] [xmlnodes] [!]--- - [name]=[value]
--[/!] [xmlnodes] [!]--- -- [name]=[value]
--[/!] [!]-----VH_T_message----[/!] [showif [name]=message] [text]VH_T_message=[value][/text] [/showif] [!]-----VH_T_platform----[/!] [showif [name]=platform] [text]VH_T_platform=[value][/text] [/showif] [!]-----VH_T_date_published----[/!] [showif [name]=date_published] [text]VH_T_date_published=[value][/text] [/showif] [!]-----VH_T_author----[/!] [showif [name]=author] [text]VH_T_author=[value][/text] [/showif] [!]-----VH_T_author_display_name----[/!] [showif [name]=author_display_name] [text]VH_T_author_display_name=[value][/text] [/showif] [!]-----VH_T_link----[/!] [showif [name]=link] [text]VH_T_link=[value][/text] [/showif] [!]-----VH_T_profile_link----[/!] [showif [name]=profile_link] [text]VH_T_profile_link=[value][/text] [/showif] [!]-----VH_T_profile_image_link----[/!] [showif [name]=profile_image_link] [text]VH_T_profile_image_link=[value][/text] [/showif] [!]-----VH_T_record_hash----[/!] [showif [name]=record_hash] [text]VH_T_record_hash=[value][/text] [/showif] [!]-----VH_T_positive_score----[/!] [showif [name]=positive_score] [text]VH_T_positive_score=[value][/text] [/showif] [!]-----VH_T_negative_score----[/!] [showif [name]=negative_score] [text]VH_T_negative_score=[value][/text] [/showif] [!]-----VH_T_language----[/!] [showif [name]=language] [text]VH_T_language=[value][/text] [/showif] [!]-----VH_T_tweet_contains_link----[/!] [showif [name]=tweet_contains_link] [text]VH_T_tweet_contains_link=[value][/text] [/showif] [/xmlnodes] [showif [name]=tweet] [showif [showVariables]=1] [!]------Show Variables----[/!] [!]----Record to database here or do more api work -------[/!] VH_T_message: [VH_T_message]
VH_T_platform: [VH_T_platform]
VH_T_date_published: [VH_T_date_published]
VH_T_author: [VH_T_author]
VH_T_author_display_name: [VH_T_author_display_name] VH_T_link: [VH_T_link]
VH_T_profile_link: [VH_T_profile_link]
VH_T_profile_image_link: [VH_T_profile_image_link]
VH_T_record_hash: [VH_T_record_hash]
VH_T_positive_score: [VH_T_positive_score]
VH_T_negative_score: [VH_T_negative_score]
VH_T_language: [VH_T_language]
VH_T_VH_T_tweet_contains_link: [VH_T_tweet_contains_link]

------------------------------------------------------------------------------------------------------------------ [/showif] [/showif] [/xmlnodes] [/xmlnodes] --002354470638080517049f039c67 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Viral Heat is a Social Listening platform that I use to gather research and= data - in this example tweets. It has a free api, but I use the pay servic= e.
Connecting to and parsing the api is pretty straight forward. Here= 9;s the code if you want to try it out ever.

Here's my post: http://www.bastedo.com/2011/03/api-viralheat-twitt= er-data-pipe/
Here's the info on the API: http://www.viralheat.com/api/mentions_api
Here is a sample of the output:
http://www.tenplusone.com/apis/viralHeat_twi= tterMentions.html

All the other Viral Heat api's are similar= though each has a different slightly different path structure and output a= nd you'll have to adjust the parsing. The is a dynamic way to create an= d add fields based on the parsed xml coming soon as well - probably covered= before

Here is a sample of the xml that the api outputs:

<entry>
<profile>
<id>XXXXXX</id>
<expression>XXXXXXXXX</expression>
<name>XXXXXXXX</name>
= </profile>
<tweets>
    <tweet>
<message>Suchard Hot Chocolate, T-Discs for Tass= imo Coffeemakers, 8-Count Packages http://= bit.ly/fzQndP</message>
<platform>Twitter</platform>
<= date_published>Mon Mar 21 12:01:55 UTC 2011</date_published>
<author>sandrahayes2010</author>
<author_display_name>sandra hayes</= author_display_name>
      <link>=;=http://twitter.com/sandrahayes2010/statuses/49802915870806016</link>
<profile_link>http://twitter.com/sandrahayes2010</<= span class=3D"end-tag">profile_link>
<profile_image_link>http://a1.twimg.com= /sticky/default_profile_images/default_profile_0_normal.png</profile_image_link>
<record_hash>796b85f2-8d97-324= 4-af90-023290a7257e</record_hash>
= <positive_score>1</positive_score>
<negative_score>0</negative_score>
     = <language>en</language>
<tweet_contains_link>true</= tweet_contains_link>
</tweet>
  </tweets>
</entry>

Here's the c= ode for the archives.:

[text]errorCatch=3D1[/text]
[text]showVari= ables=3D1[/text]


[!]--------Function Variables-------[/!]
[te= xt]theDOMAIN=3Dwww.viralheat.com[/= text]
[text]thePATH=3D/api/[/text]
[text]theMethod=3Dtwitter/mentions[/text][text]profile_id=3DXXXXXXX[/text]
[text]theAPIkey=3DXXXXXXXXXX[/text]<= br>

[text]MyTestVariable=3D[!]
[/!][TCPConnect host=3D[theDOMAIN]= ][TCPSend skipheader=3DT]GET [thePATH][theMethod]?profile_id=3D[profile_id]= &api_key=3D[theAPIkey] HTTP/1.0[unurl]%0D%0A[/Unurl]Host: [theDOMAIN][U= nURL]%0D%0A%0D%0A[/UnURL][/TCPSend]
[/TCPConnect][/text]


[xmlparse var=3Dxml_var2][MyTestVariable][/= xmlparse]


=A0[xmlnodes ref=3Dxml_var2&path=3Dnamed:entry][!]---
[name]=3D[value]<br />
--[/!]

=A0=A0 [xmlnodes]<= br>=A0=A0=A0=A0
=A0=A0=A0=A0=A0 [!]---
=A0=A0=A0=A0=A0=A0=A0 - [name]=3D[value]<br /&= gt;
=A0=A0=A0=A0=A0=A0=A0=A0 --[/!]
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 [x= mlnodes]
=A0=A0=A0=A0=A0=A0 [!]---
=A0=A0=A0=A0=A0=A0=A0 -- [name]=3D= [value]<br />
=A0=A0=A0=A0=A0=A0=A0 --[/!]
[!]-----VH_T_message= ----[/!]=A0=A0
[showif [name]=3Dmessage]=A0
=A0=A0=A0 [text]VH_T_message=3D[value][/text]
[/showif]=A0

[!]-= ----VH_T_platform----[/!]=A0=A0
[showif [name]=3Dplatform]=A0
=A0= =A0=A0 [text]VH_T_platform=3D[value][/text]
[/showif]=A0

[!]---= --VH_T_date_published----[/!]=A0=A0
[showif [name]=3Ddate_published]=A0
=A0=A0=A0 [text]VH_T_date_published= =3D[value][/text]
[/showif]=A0

[!]-----VH_T_author----[/!]=A0= =A0
[showif [name]=3Dauthor]=A0
=A0=A0=A0 [text]VH_T_author=3D[valu= e][/text]
[/showif]=A0

[!]-----VH_T_author_display_name----[/!]=A0=A0
[showif [name]=3Daut= hor_display_name]=A0
=A0=A0=A0 [text]VH_T_author_display_name=3D[value]= [/text]
[/showif]=A0

[!]-----VH_T_link----[/!]=A0=A0
[showi= f [name]=3Dlink]=A0
=A0=A0=A0 [text]VH_T_link=3D[value][/text]
[/showif]=A0

[!]----= -VH_T_profile_link----[/!]=A0=A0
[showif [name]=3Dprofile_link]=A0
= =A0=A0=A0 [text]VH_T_profile_link=3D[value][/text]
[/showif]=A0
[!]-----VH_T_profile_image_link----[/!]=A0=A0
[showif [name]=3Dprofile_image_link]=A0
=A0=A0=A0 [text]VH_T_profile_im= age_link=3D[value][/text]
[/showif]=A0

[!]-----VH_T_record_hash= ----[/!]=A0=A0
[showif [name]=3Drecord_hash]=A0
=A0=A0=A0 [text]VH_= T_record_hash=3D[value][/text]
[/showif]=A0

[!]-----VH_T_positive_score----[/!]=A0=A0
[showif = [name]=3Dpositive_score]=A0
=A0=A0=A0 [text]VH_T_positive_score=3D[valu= e][/text]
[/showif]=A0

[!]-----VH_T_negative_score----[/!]=A0= =A0
[showif [name]=3Dnegative_score]=A0
=A0=A0=A0 [text]VH_T_negative_score=3D[value][/text]
[/showif]=A0
<= br>[!]-----VH_T_language----[/!]=A0=A0
[showif [name]=3Dlanguage]=A0 =A0=A0=A0 [text]VH_T_language=3D[value][/text]
[/showif]=A0

[= !]-----VH_T_tweet_contains_link----[/!]=A0=A0
[showif [name]=3Dtweet_contains_link]=A0
=A0=A0=A0 [text]VH_T_tweet_con= tains_link=3D[value][/text]
[/showif]=A0
=A0=A0=A0=A0=A0=A0=A0
= =A0=A0=A0=A0=A0
[/xmlnodes]

[showif [name]=3Dtweet]
=A0
= =A0[showif [showVariables]=3D1]=A0=A0=A0=A0=A0=A0
=A0=A0 [!]------Show = Variables----[/!]
[!]----Record to database here or do more api work -------[/!] =A0=A0=A0=A0= =A0=A0=A0
=A0 <strong>VH_T_message</strong>: [VH_T_message]= <br />
=A0 <strong>VH_T_platform</strong>: [VH_T_platf= orm]<br />
=A0 <strong>VH_T_date_published</strong>: [VH_T_date_published]= <br />
=A0 <strong>VH_T_author</strong>: [VH_T_author]= <br />
=A0=A0 <strong>VH_T_author_display_name</strong>= ;: [VH_T_author_display_name]<br />
=A0=A0 <strong>VH_T_link</strong>: [VH_T_link]<br />
= =A0=A0 <strong>VH_T_profile_link</strong>: [VH_T_profile_link]&= lt;br />
=A0=A0 <strong>VH_T_profile_image_link</strong>:= [VH_T_profile_image_link]<br />
=A0=A0 <strong>VH_T_record_hash</strong>: [VH_T_record_hash]<= ;br />
=A0=A0 <strong>VH_T_positive_score</strong>: [VH_T= _positive_score]<br />
=A0=A0 <strong>VH_T_negative_score<= ;/strong>: [VH_T_negative_score]<br />
=A0=A0 <strong>VH_T_language</strong>: [VH_T_language]<br /&= gt;
=A0=A0 <strong>VH_T_VH_T_tweet_contains_link</strong>: [= VH_T_tweet_contains_link]<br />=A0=A0
=A0=A0 <br />
----= ---------------------------------------------------------------------------= -----------------------------------<br />
[/showif]
[/showif]=A0

[/xmlnodes]

[/xmlnodes]
--002354470638080517049f039c67-- David Bastedo

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Encrypt/decrypt bug in 3.0.5b12 (1999) [AppendFile] problem (WebCat2b13 Mac .acgi) (1997) Emailed problem (2000) The beginning (1997) Adding discount to cart (2000) [ConvertChars] problem (1997) Bug or syntax error on my part? (1997) HTML Editors (1997) WebDNA quitting (2008) problems with 2 tags (1997) [lineitems] and [writefile] (1998) 2003 include path issue (2004) .txt file (2000) RE: [taxRate] [TaxTotal] ? (1997) Upgrading old WebCat Database Files (1997) WebCat2b13MacPlugin - [math][date][/math] problem (1997) [protect] on NT? (1997) limitation found on group searching (1997) [checkboxes] and webcat (2000) [OT] Satellite (2005)