Getting Started
# Example configuration file (config.py)
API_KEY = "YOUR_API_KEY"
LANGUAGE = "en" # Default language for news analysis (optional)
MAX_RESULTS = 10 # Maximum number of news articles to retrieve (optional)Last updated
# Example configuration file (config.py)
API_KEY = "YOUR_API_KEY"
LANGUAGE = "en" # Default language for news analysis (optional)
MAX_RESULTS = 10 # Maximum number of news articles to retrieve (optional)Last updated