update categories to add Buzz

This commit is contained in:
2025-05-12 19:40:00 +10:00
parent 37f9fdcc44
commit 692811190e
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -248,8 +248,7 @@ HOME_KEYWORDS = ["home", "house", "household", "appliance", "kitchen", "gadget"]
PRODUCT_KEYWORDS = ["best", "buy", "storage", "organizer", "shop", "price", "container", "product", "deal", "sale", "discount"]
CATEGORIES = [
"People", "Trends", "Travel",
"Lifestyle", "Buzz", "Culture", "Health", "Drink", "Food", "Eats"
"Buzz", "Trends", "Lifestyle", "Culture", "Health", "Drink", "Food", "Eats"
]
REDDIT_CLIENT_ID = os.getenv("REDDIT_CLIENT_ID")