shaggy63

Results 4 comments of shaggy63

Line 61 of src/StockSight/StockPriceListener.py You have D = [] which produces "list indices must be integers or slices, not str" Shouldn't line 61 be D = {}

Tweets arn't showing in Kibana. Shouldn't line 145 in src/StockSight/TweetListener.py "_id": redis_id, be "msg_id": redis_id,

pip install -r requirements.txt No need to run detection_engine or pip with sudo.

If you have to run pip3 then you may have python 2.7 (default) and python3 installed. Run it with python3 instead of just python. python3 detection_engine.py --top_n 25 --min_volume 5000...