noranisa commited on
Commit
dbebb9e
Β·
verified Β·
1 Parent(s): 47efd54

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +5 -2
config.py CHANGED
@@ -8,5 +8,8 @@ REDDIT_CLIENT_ID = os.getenv("REDDIT_CLIENT_ID")
8
  REDDIT_CLIENT_SECRET = os.getenv("REDDIT_CLIENT_SECRET")
9
  REDDIT_USER_AGENT = os.getenv("REDDIT_USER_AGENT", "SentiScope/2.0")
10
 
11
- # ── Apify (Instagram Scraper) ──
12
- APIFY_API_KEY = os.getenv("APIFY_API_KEY")
 
 
 
 
8
  REDDIT_CLIENT_SECRET = os.getenv("REDDIT_CLIENT_SECRET")
9
  REDDIT_USER_AGENT = os.getenv("REDDIT_USER_AGENT", "SentiScope/2.0")
10
 
11
+ # ── Apify (Instagram + TikTok Scraper) ──
12
+ APIFY_API_KEY = os.getenv("APIFY_API_KEY")
13
+
14
+ # ── SerpApi (Google News) ──
15
+ SERPAPI_KEY = os.getenv("SERPAPI_KEY")