Since it's your first time here, let us show you how Trendy works.

Close-button

Count of Tweets containing "EC2" with #AWS Hashtag

  • Created by: Toshiaki Takeuchi
  • Last ran: about 17 hours ago.
  • Auto-run in: about 4 hours.
  • Created on: 05 Feb 2012

474

data points

Description:

Number of times ec2 appeared with #aws hashtag on Twitter

  • #AWS = Amazon Web Services
  • EC2 = Elastic Compute Cloud

Recently Collected Data (last 5 of 474) Show All Data

Time Recorded (time1367) Data (data1367)
24 May 2013 10:30:15 [23]
23 May 2013 10:30:16 [14]
22 May 2013 10:30:16 [29]
21 May 2013 10:30:15 [17]
20 May 2013 10:30:17 [11]
s = 'EC2%20%23AWS'; % search query
d = datestr(now-1,29); % start from the day before
url = 'http://search.twitter.com/search.atom';
url = [url sprintf('?q=%s&since=%s&rpp=100',s,d)];

% Parse the atom feed into a DOM tree
doc = xmlread(url);
% Get all <entry> tags
entries = doc.getElementsByTagName('entry');
% Count the number of entry elements
updatetrend(entries.getLength)
Tags:

0 comments