Stock News Alert (Python with APIs and Twilio)
Developed a Python script that automatically checks the stock price of a specific company and sends an SMS message via Twilio if the stock price fluctuates by a user-defined percentage or more compared to the previous day's closing price. The message also includes the top 3 relevant news articles about the company fetched from the News API.
Check Out Repository