Questions tagged [trending]

88 questions
0
votes
1 answer

How to get trending videos youtube API PHP?

I try using the chart parameter to get trending videos, but it says that chart is not a valid parameter. I am using PHP. I have the region and category and everything set fine. Is this a bug? How do I do it? here is the code I have $searchResponse…
Please Help
  • 929
  • 1
  • 8
  • 11
0
votes
1 answer

using twitter api to get Arabic trends , i get symbols instead of the actual trends?

am using this part of code to get trends about Egypt `Egypt_WOE_ID = 23424802 Egypt_trends = twitter_api.trends.place(_id=Egypt_WOE_ID) print Egypt_trends` the problem is instead of getting the actual hastags and trends i get symobls doesn't mean…
Nasr
  • 65
  • 1
  • 12
0
votes
0 answers

Get trending topics of twitter api with C#

I get "401 Unauthorized" error while trying to get the current trends using the twitter api but the below code work fine if I try to get some other response like user_timeline,available,tweets. Below is my code please tell me where iam wrong. …
Kumaran Raj K
  • 365
  • 1
  • 11
0
votes
1 answer

SQL Trending Data

I am trying to create a Trending Posts database call for my homepage. The best way I thought of doing this, would be by making 2 integer tables. The problem I am having, is sorting these results. Here is what my table looks like, I keep track of the…
Steve Payne
  • 612
  • 3
  • 8
  • 16
0
votes
1 answer

kibana not trending over parsed timestamp

I am trying to trend the below data over the archived timestamp. I am not sure why my dates and times aren't parsed. According to my grok debugger it works just fine. https://i.stack.imgur.com/GDFAy.png Sample Input: [15/06/02@11:05:31.233-0700]…
ppragados
  • 61
  • 2
  • 9
0
votes
3 answers

Where can I get a VB.net - WPF - Trending Graph Control

We're trying to show 4 trend graphs and will be adding data to them them at a rate of about 1 point every second. In the end each trend needs to show around 600 points. Currently we are using the graphing tools from Syncfusion but they are unable…
Dilbert789
  • 864
  • 2
  • 14
  • 29
0
votes
1 answer

Making a Whats Hot Section in TwentyTen (Wordpress)

Ok so, TwentyTen is a great new theme, fine. However, I wish to add more functionality to it and make it like a theme having a magazine style front page (similar to Hybrid News) with mainly a "Whats Hot" Featured Section where I can pick up posts…
OrangeRind
  • 4,798
  • 13
  • 45
  • 57
0
votes
1 answer

RRDTool - Get time range

I am using RRDTool to graph Data and a predicted Trend (LSL) in one Graph. Therefore I am adjusting the corresponding template. At the moment I set my end time like this: --end start+7d When looking at the resulting graphs via the website I can…
Naturjoghurt
  • 541
  • 6
  • 21
0
votes
2 answers

Implementing Trending Topics

I'm currently in the way of implementing Trending Topics to my Rails application. What I currently have is this: Each post has topic attribute of 2 to 3 words describing its topic. Then I get the top posts by their view count (I have also likes &…
0
votes
1 answer

Possible to retrieve Twitter topics that were trending on a particular date?

I would like to be able to call a function, in any language (preferably Python :)), where the parameters I pass in are simply a date, or date range, and I get returned a list of the topics that were trending on Twitter (or any other social media) on…
0
votes
2 answers

append to a key in a dictionary the union of other two keys using python

This is my input : ClientData = { 'ClientName1': { 'aggregate_PageviewsByWeek': [('2013-01-06', 2), ('2013-02-03', 1), ('2013-02-10', 1), …
mongotop
  • 7,114
  • 14
  • 51
  • 76
0
votes
2 answers

Detecting trends in a data stream in real-time

I'm trying to detect trending topics on Twitter in real-time. What I'm doing is every time I get a tweet I assign the tweet to the cluster that talks about the same topic as the tweet. Regardless of the clustering algorithm I'm using or how I'm…
Jack Twain
  • 6,273
  • 15
  • 67
  • 107
0
votes
1 answer

Django - Article "trend" query

I'm trying to obtain a list of articles and order them by their popularity over time. For example, older articles should rank lower even if they have a higher number of views. In order to do this each article has a view count and a posted date. I'm…
Hanpan
  • 10,013
  • 25
  • 77
  • 115
0
votes
1 answer

How can I add a "trending topics" section to my site's homepage?

I would like to add a custom "trending topics" section to my news website at the top of the homepage. An existing example that shows precisely what I am looking for is the Daily Beast homepage. I would like to do this with custom code or with a…
0
votes
1 answer

Waveform Trend Analysis/Pattern Recognition

Im appealing to your brighter minds on this one! This is my first foray into pattern recognition/trend analysis, basically i want to be able to differentiate between waveforms (essentialy line graphs). For instance the original graph would…
Rg786
  • 305
  • 3
  • 8
  • 26