espin086 / NewsWaveMetrics

is a powerful tool for analyzing news sentiment on both national and local stories, allowing users to correlate these stories with their own uploaded metrics, starting with stock market price data. Stay ahead of the curve and make informed decisions with SentimentSync.
MIT License
1 stars 0 forks source link

Implement Feature to Fetch and Store News Data in SQLite Database #3

Closed espin086 closed 5 months ago

espin086 commented 6 months ago

Summary

Here is the RapidAPI we will use to get news data: https://rapidapi.com/rphrp1985/api/newsnow/

We need to develop a feature that automatically fetches news articles on ANY Topic Speficied with a specific focus on interpretability in machine learning, and stores them in our SQLite database. This feature should capture comprehensive details about the articles, including titles, images, video links, publication dates, short descriptions, full text, and source URLs.

Requirements:

Acceptance Criteria

ZaibyS commented 5 months ago

@espin086 How much historical data we should fetch from the news API, same duration as we have for stock data?