tweetfeels
tweetfeels copied to clipboard
Real-time sentiment analysis in Python using twitter's streaming api
Hello everyone, Is there a way to retrieve overall sentiment rating for a specific date? E.g., for the word "Trump" from the 22/11/2020 to 23/11/2020. If it is not possible...
The DB schema is set to 140 chars for the tweet text. However, this is no longer true - see https://blog.twitter.com/official/en_us/a/express-even-more-in-140-characters.html Many tweets are getting truncated because of this. I'd...
I can't open a stream very long before I face a broken connection / incomplete read. After that the sentiment continues to print, but the same exact value every time....
Tracking multiple keywords puts all related tweets into a single sqlite3 table. When the realtime sentiment is calculated, it calculates for all records in this table. We want to be...
Is there a way to look at/track tweets that meet specific requirements? (e.g. lang, location, etc).
File "/usr/local/lib/python3.5/dist-packages/tweetfeels-0.4.0-py3.5.egg/tweetfeels/tweetdata.py", line 146 df = df.groupby(pd.TimeGrouper(freq=f'{int(binsize/second)}S')).size() ^ SyntaxError: invalid syntax Do you know what can happen? Thanks