pstadler / ticker.sh

Real-time stock tickers from the command-line.
MIT License
513 stars 87 forks source link

Adjusted to add yahoo session and crumb #36

Closed appatalks closed 1 year ago

appatalks commented 1 year ago

April 18-19th, Yahoo adjusted API to require additional parameters.

I was able to get it back into a working state. May need more testing.

pstadler commented 1 year ago

Oh wow, close call (see #35). I may close this in favor of my implementation which does persist sessions across calls to lower execution time (adds up to 3 seconds in my setup) as long as the session is valid.

appatalks commented 1 year ago

Sounds good! I was actually just getting it to work in a messy way. ChatGPT lol

Thank you again, love this script :)

pstadler commented 1 year ago

Thanks for the effort, closing in favor of #35