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

Code Execution #15

Closed niraj97 closed 5 years ago

niraj97 commented 5 years ago

how much time will the sentiment.py file runs. during its execution I cant access the stocksight index in kibana. Also stockprice got an error "Exception: can't get stock data, trying again later, reason is unsupported operand type(s) for -: 'NoneType' and 'float'"

niraj97 commented 5 years ago

some error during the execution of sentiment.py without any CLA File "sentiment.py", line 788, in stream.filter(follow=useridlist, languages=['en']) File "C:\Users\Abhishek\AppData\Local\Programs\Python\Python37\lib\site-packages\tweepy\streaming.py", line 438, in filter self.body['follow'] = u','.join(follow).encode(encoding) TypeError: sequence item 0: expected str instance, int found