socialsentiment
socialsentiment copied to clipboard
Missing requirement and spelling-error
The master-source as of 17.09.2019 is missing a requirement and has a grammar-error.
Requirements.txt is missing "textblob", to install it over pip simply type
pip install textblob
or click here get informations how to install it or simply open requirements.txt and simply add
textblob
into a new line.
Under twitter_stream.py, in Line 32 is a " missing to close out the variable asecret. That isnt a big deal thought, youre supposed to enter your asecret manually in the source-code in there so you most likely will notice that yourself.
Im new on github, and idk how to create pull-requests. :(