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

Close-button

Count of Tweets containing #OpenCV Hashtag

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

474

data points

Description:

Number of times #OpenCV appeared on Twitter

OpenCV is a popular computer vision library.

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

Time Recorded (time1375) Data (data1375)
25 May 2013 06:30:22 [14]
24 May 2013 06:30:21 [2]
23 May 2013 06:30:19 [11]
22 May 2013 06:30:19 [7]
21 May 2013 06:30:20 [5]
s = '%23opencv'; % 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)

0 comments