Skip to content

A simple Python bot that alert you of stock price actions

Notifications You must be signed in to change notification settings

AdrianGNguyen/stockprice-alarm-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stockprice-alarm-bot

This simple Python bot will send a window notification informing you of many stock price actions. These are the features of the application.

  • Periodically check the real-time market price of many of your chosen stocks.
  • Allow you to add multiple limit-buy and limit-sell price alerts.
  • A dedicated icon tray of the bot for easy access.

NOTE: python 3.12 removed Distutils you might need to install setup tools on your machine with:

pip install setuptools

for more information about the release check this link

Getting started

  • Clone the repository
  • In your command prompt install these dependencies using these commands: pip install yfinance pip install winotify
  • In priceAlarm.py change value of tickers, upper_limits, lower_limits according to your chosen stocks.

About

A simple Python bot that alert you of stock price actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages