From 0d7db6f17e92f6431d6d8c2c3e8d1dba4d6d9b44 Mon Sep 17 00:00:00 2001 From: Jieyab89 Date: Fri, 4 Sep 2026 16:40:43 +0700 Subject: [PATCH] add comment in config.ini twitter scrapper --- Script/SOCMINT-Twitter/config.ini.example | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Script/SOCMINT-Twitter/config.ini.example b/Script/SOCMINT-Twitter/config.ini.example index a70d856..e65a225 100644 --- a/Script/SOCMINT-Twitter/config.ini.example +++ b/Script/SOCMINT-Twitter/config.ini.example @@ -1,15 +1,15 @@ [xquik] -; check dasboard Xquik to put the api key +; check dasboard Xquik to put the api key api_key = xxxxxxxxxxxxxxxxxxxxxxxxxxx -; Soon there is a array for base_url and endpoint are listed in offc docs +; Soon there is a array for base_url and endpoint are listed in offc docs ; Docs https://docs.xquik.com/ ; arr endpoint -base_url = https://xquik.com/api/v1/extractions +base_url = https://xquik.com/api/v1/extractions -;end arr endpoint +; end arr endpoint [google_cse] ; put the api key in google console api https://console.cloud.google.com/ also dont forget check the security config @@ -21,14 +21,15 @@ api_key = AIzaSxxxxxxxxx cx = cxxxxxxxxxx [twitter_cookies] -; Inspect element then check the tab application then click the cookie in storage or u can use burpsuite +; Inspect element then check the tab application then click the cookie in storage or u can use burpsuite auth_token = xxxxxxxxxxxxxxxxxx ct0 = xxxxxxxxxxxx [server] -; config flask +; config flask +; keep debug = false for production/public access — only set true for local only debugging (development test) host = 127.0.0.1 port = 5000 -debug = true \ No newline at end of file +debug = false \ No newline at end of file