pyslackers/sirbot-pyslackers

Stocks Plugin: Add chart capability

Opened this issue · 1 comments

Stocks Plugin: Add chart capability

I was thinking about this and one way we could do this would be to convert the time series data into a graph and then export that graph as an image. This would then get served to slack as an attachment.

matplotlib.pyplot has a savefig() method for this

Pyplot has a static image export library