Stock Alert Automation This project automates fetching US stock data that have appreciated and sending alerts via Telegram. Features Fetches data for a list of top US stocks using Yahoo Finance Calculates percentage change over the last 7 trading days. Sends alert to a Telegram bot if any stocks meet the threshold. Modular code for easy customization Installation Clone the repository: git clone <your-repo-url> Navigate to the project directory: cd stock-alerts install dependencies: pip install -r requirements.txt