feat(news): add opt-in Xquik search source

This commit is contained in:
kriptoburak
2026-08-23 02:59:00 +03:00
parent 3896c3c6ed
commit 6ca238acf7
9 changed files with 472 additions and 5 deletions
+9
View File
@@ -155,6 +155,15 @@ API_REGISTRY = [
"url": None,
"required": False,
},
{
"id": "xquik_api_key",
"env_key": "XQUIK_API_KEY",
"name": "Xquik — API Key",
"description": "Server-side key for opt-in X post search in the shared news and threat feed.",
"category": "Intelligence",
"url": "https://docs.xquik.com/",
"required": False,
},
{
"id": "yfinance",
"env_key": None,