Closed Bug 645757 Opened 13 years ago Closed 13 years ago

Twitterparty on stage pulling in tweets without hashtags

Categories

(www.mozilla.org :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: rbillings, Unassigned)

Details

Twitterparty on stage is collecting tweets with the word 'firefox' and none of the accepted hashtags. Does not repro on quodis.

http://twitter.com/listwarenet/status/52405355862433792
http://twitter.com/timseppala/status/52411887941464064
Noah, sounds like config.yaml needs to be updated.

Could you check that these parameters are used?

terms: "#fx4 OR #ff4 OR #firefox4 OR #fxmoble OR #teamfirefox"
blacklist:
        - firefoxsux
        - pingpond_com 

Thanks!
Applied the following change to the stage site's config.yaml:

index 80375bc..77e6698 100644                                                                                                         
--- a/config/config.stage.yaml                                                                                                        
+++ b/config/config.stage.yaml                                                                                                        
@@ -24,7 +24,7 @@ Config:                                                                                                             
     group: apache                                                                                                                    
 Twitter:                                                                                                                             
     urlSearch: "http://search.twitter.com/search.json"                                                                               
-    terms: "firefox"                                                                                                                 
+    terms: "#fx4 OR #ff4 OR #firefox4 OR #fxmoble OR #teamfirefox"                                                                   
     rpp: 100                                                                                                                         
     pageLimit: 30                                                                                                                    
     timeout:                                                                                                                         
@@ -32,6 +32,7 @@ Twitter:                                                                                                            
         imgFile: 1                                                                                                                   
     blacklist:                                                                                                                       
         - firefoxsux                                                                                                                 
+        - pingpond_com
 
 Mosaic:
     logoFile: assets/logo-48x47.png
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Verified on http://twittercollage.allizom.org/en-US the same users are displaying tweets without the above hashtags. Does not repro on the quodis site.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
My guess is that you're seeing old tweets that have already been added to the database.  Our current search terms are:

    terms: "#fx4 OR #ff4 OR #firefox4 OR #fxmobile OR #teamfirefox"
Verified new tweets do not display, marking as verified
Status: REOPENED → RESOLVED
Closed: 13 years ago13 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Component: www.mozilla.org/firefox → www.mozilla.org
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.