Skip to content

dreamxinxcode/polystocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Getting Started

PolyStocks is a custom module to watch stock prices for Polybar.

Installation

  • $ pip3 install yahoo_fin
  • $ cp polystocks.py ~/.config/polybar/scripts/
  • $ chmod +x ~/.config/polybar/scripts/polystocks.py

~/.config/polybar/config

[module/polystocks]
type = custom/script
exec = ~/.config/polybar/scripts/polystocks.py
tail = true
label = %output%

About

PolyStocks is a Python-based Polybar module which provides real-time stock price monitoring via the Yahoo Finance API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages