Stock tracker using Alpha Vantage and newsapi APIs. The application checks whether there is an upward or downward trend on a given stock and notifies us by email, including the three latest articles about the company associated with the stock.
You need to provide your own API keys and emails in .env file:
ALPHA_VANTAGE_KEY=
NEWS_KEY=
FROM_EMAIL=
FROM_EMAIL_PASSWORD=
TO_EMAIL=