Benny- / Yahoo-ticker-symbol-downloader

A web scraper for ticker symbols from yahoo finance
https://pypi.python.org/pypi/Yahoo-ticker-downloader/
Other
247 stars 87 forks source link

log events instead of printing for easier software interfacing #55

Open mosegui opened 5 years ago

mosegui commented 5 years ago

I am using your nice project for doing some YahooFinance dashboarding. For that I have done some modifications on your main YahooTickerDownloader.py script, mainly these being interfacing with other software and saving the results to an sqlite DB. I PR the changes to your project, because I think they add versatility to your project, and also because this way your updated flow automatically into my project.