This pull request introduces the 'Stock Trading News Alerter' project, a Python application designed to monitor and alert users about significant stock price changes for various companies, with a focus on user-customizable alerts.
Key Additions:
stock alert.py: Contains the core functionality of the stock price monitoring and news alert system.
README.txt: Provides detailed instructions on the project setup, usage, and requirements, ensuring easy understanding and implementation for users.
The project leverages APIs from Alpha Vantage and NewsAPI to fetch real-time stock data and news, and uses the Twilio API for sending SMS alerts. The README file includes all necessary information for setting up and using the application, making it accessible for users with varying levels of technical expertise.
This pull request introduces the 'Stock Trading News Alerter' project, a Python application designed to monitor and alert users about significant stock price changes for various companies, with a focus on user-customizable alerts.
Key Additions:
stock alert.py
: Contains the core functionality of the stock price monitoring and news alert system.README.txt
: Provides detailed instructions on the project setup, usage, and requirements, ensuring easy understanding and implementation for users.The project leverages APIs from Alpha Vantage and NewsAPI to fetch real-time stock data and news, and uses the Twilio API for sending SMS alerts. The README file includes all necessary information for setting up and using the application, making it accessible for users with varying levels of technical expertise.
Looking forward to your feedback and suggestions!