AnthoneyKalasho / Discord-Stock-Bot

Bot scans Discord chat for stock tickers (Ex: $TSLA) and reports back a real-time quote along with a link to a chart
1 stars 0 forks source link

update requirements, allow reply when mkts closed #16

Closed rogfut closed 4 years ago

rogfut commented 4 years ago

requirements.txt

had to use >= comparison for requirements.txt versions to get it to work

utils.py

removed the check is_market_open() so bot can print stock last known stock price even after markets are closed.