.NET 6 Console App to send free SMS stock price alerts
- get free API key from alphavantage https://www.alphavantage.co/
- open a twilio trial account with your phone number (the one on which you want to receive the SMSs) https://www.twilio.com/
- build the solution or just download and extract
EXECUTABLE.zip(for windows) - open the 'bin' folder and modify
stockAlertsSettings.jsoninserting alpha vantage and twilio values, and your stock price alerts
you can set up a cron job in linux or a task using task scheduler in windows to execute the program daily or how often you desire.
