bigj505
Staff member
- 42,582
- 21,771
thanks for clarifying b20 eg8.
in nerd terms:
a. it subscribes to feeds from twitter based on the search term. possibly using xml based searches which make them easier to parse for data
ie.
feed://search.twitter.com/search.atom?q=%23nikestore
feed://search.twitter.com/search.rss?q=nikestore
b. these feeds are parsed with regular expressions (or patterns) that the user specified
c. opened the link from the matching tweet hence giving users an advantage of a few seconds over non users.
in nerd terms:
a. it subscribes to feeds from twitter based on the search term. possibly using xml based searches which make them easier to parse for data
ie.
feed://search.twitter.com/search.atom?q=%23nikestore
feed://search.twitter.com/search.rss?q=nikestore
b. these feeds are parsed with regular expressions (or patterns) that the user specified
c. opened the link from the matching tweet hence giving users an advantage of a few seconds over non users.
Last edited: