grohith327 / Stonks-Notify

Get slack notifications for a stock price

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stonks Notify

Recieve Slack notifications when the value of a stock crosses a threshold.

notifcation_example

Dependencies

Steps

  • Create a Slack app and obtain its webhook url
  • Add the url to the stonks.yaml file
  • Add details of stock you want to track in stonks.yaml
    • You will recieve a slack notification when the value of the stock crosses the high or low value provided in stonks.yaml
    • Update frequency determines how frequently you recieve a notification when a stock crosses the threshold. A low value will flood your notification.
  • Run the code using the following python command
python stonk_notify.py --config_path <path to yaml file>

About

Get slack notifications for a stock price

License:MIT License


Languages

Language:Python 100.0%