Skip to content

Uses Python and the Newsapi API and Twillio API to message stock price warnings with top 3 associated News articles to phone via SMS

Notifications You must be signed in to change notification settings

embeddedsystemsjimbo/Stock_news_warning_messenger_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Stock_news_warning_messenger_Python


To run app, execute "Python3 main.py" from terminal.


This is a small script that takes a ".csv" file of the stocks you wish to follow and if the stock prices changes more than +-5% on the day, it sends a SMS warning message to your phone using the Twillio SMS messenging API. Furthermore, the script uses the Newsapi API to include the top 3 most popular news articles briefs associated with the stock of interest in addition to the stock percentage movement warning. The attached article brief includes the title, description and url.

The script can be scheduled to run once per day on cloud based python servers to provided constant stock updates.

For more on Newsapi: https://newsapi.org

For more on Twillio: https://www.twilio.com

IMG_0446 Figure 1 : Sample text message

About

Uses Python and the Newsapi API and Twillio API to message stock price warnings with top 3 associated News articles to phone via SMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages