Tagged Questions
8
votes
4answers
3k views
What is search.twitter.com's “trending topics” algorithm?
What algorithm does twitter use to determine the 10 topics that you can see at search.twitter.com? I would like to implement that algorithm and I would also like to show the 50 most popular topics ...
0
votes
1answer
190 views
Trending Search Help
My site acts like a search engine where people enter search queries on the main page. I wanted to make a trending / recent feature where each query gets recorded into a mysql database, then from that ...
-1
votes
1answer
38 views
store an array value to a new variable using it's key - twitter api
I'm trying to write code that will return the past 100 tweets that contain the current trending hashtags on twitter. First I get the contents of the current trends and isolate just trending hashtags: ...