Getting the twitter dashboard working.

This commit is contained in:
ajaysi
2025-04-16 19:31:51 +05:30
parent f854f0f30e
commit 3a871d4de0
3 changed files with 192 additions and 331 deletions

View File

@@ -7,14 +7,6 @@ from ..manager import APIKeyManager
import os
from dotenv import load_dotenv # Keep if api_key_manager uses it
import sys
# Corrected import: Assuming validation functions are in validation.py in the parent directory
from ..validation import (
test_serpapi_key,
test_tavily_key,
test_metaphor_key,
test_firecrawl_key
# Add others if needed later, e.g., test_bing_key, test_google_search_key
)
# Configure logger (assuming configured elsewhere or keep minimal here)
logger.add(sys.stderr, level="INFO") # Keep simple example if needed