/Stock-market-daily-SMS-alerts

Developed a program to create daily SMS alerts for your favourite stock market company with News regarding it using Stock_API(for stock market rates), NewsAPI(for News) and Twilio Rest API(for SMS) to your mobile number.

Primary LanguagePython

Stock-market-daily-SMS-alerts

WhatsApp Image 2023-01-24 at 1 59 55 PM

Developed a program to create daily SMS alerts for your favourite stock market company with News regarding it using Stock_API(for stock market rates), NewsAPI(for News) and Twilio Rest API(for SMS) to your mobile number.

APIs used:

Use Twilio API to send SMS by signing up for an account and get :

a.Account_SID

b.Auth_Token

c.API endpoint

d.Parameters

Use NewsAPI to get latest news by signing up for an account and get :

a.API endpoint

b.API key

c.API parameters

Use StockAPI to get latest stock information by signing up for an account and get :

a.API endpoint

b.API key

c.API parameters