shirosaidev / stocksight

Stock market analyzer and predictor using Elasticsearch, Twitter, News headlines and Python natural language processing and sentiment analysis
https://shirosaidev.github.io/stocksight/
Apache License 2.0
2.12k stars 463 forks source link

Django GUI #24

Open uBadRequest opened 4 years ago

uBadRequest commented 4 years ago

Any chance of throwing a Django GUI on top of this? :smiley:

uBadRequest commented 4 years ago

I just did it with Wooey....

Any plans on adding the ability to track the sentiment of multiple stocks at the same time?

I noticed I would probably have a hard time differentiating from multiple stocks on the same index, doesn't look like theres a key for the stock name, but it also doesn't make sense to flip through 20 indexes to find the sentiment for each stock. Which had me thinking of just adding this to my discord bot, just have it scan the sentiment results from each index and push it to discord. Would be nice to have that automatically done everyday. Doesn't look like there is a monitor mode that supports running scans on a list of stocks in intervals of like 12 hours or so... Then I can just add stocks to the list from discord bot....