Skip to content

parth-singh71/live_stock_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Stock Tracker

A piece of code to track live stock prices and to get voice notifications for the changes in stock prices on your linux pc using yahoo_fin package.

Quick Setup

You can quickly download the dependencies using the command given below.

pip install -r requirements.txt

Install SoX, with MP3 support on Ubuntu or Debian derivatives:

sudo apt-get install sox libsox-fmt-mp3

Getting Started

For tracking a single company

python3 stock_tracker.py --single --company 'Microsoft' --abbreviation 'msft' --delay 5

For tracking multiple companies

python3 stock_tracker.py --multi --companies 'Microsoft' 'Netflix' 'Facebook' --delay 5

Stop tracking

To stop the program just press Ctrl+Esc keys together.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages