Stocks Notifier is software that tracks stocks and sends notifications when the price drops to or below your desired level, so you never miss a great deal on your favorite stocks again.
Follow the below steps to download and run this.
1. Download binary from here: Downloads
2. Download stocks.json file and edit the stocks and threshold value you want.
Check Yahoo Finance for naming convention of stocks.
Copy and run the below command
./stocks-notifier .
Pass the directory where stocks.json is located.
Copy and run the below command
nohup ./stocks-notifier . &
This will also store logs in nohup.out file.
1. Clone the git repository.
git clone https://github.com/Vedant-Mhatre/stocks-notifier.git
2. Copy `stocks.sample.json` to `stocks.json` and list the stocks and threshold value you want.
Check Yahoo Finance for naming convention of stocks.
Copy and run the below command
go run stocks-notifier.go .
Pass the directory where stocks.json is located.
Copy and run the below command
nohup go run stocks-notifier.go . &
This will also store logs in nohup.out file.