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

Close-button

Count of Tweets containing "program" or "code" and #Arduino Hashtag

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

472

data points

Description:

Number of times #Arduino hashtag appeared together with "program" or "code" on Twitter

Arduino is a programmable rapid prototyping electronics bread board.

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

Time Recorded (time1372) Data (data1372)
22 May 2013 08:15:20 [7]
21 May 2013 08:15:22 [7]
20 May 2013 08:15:22 [17]
19 May 2013 08:15:19 [8]
18 May 2013 08:15:20 [5]
s = 'program%20OR%20code%20%23arduino'; % 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