Tweepy, vaderSentiment, Heroku
Look at results: https://twitter.com/UCR_Jason_Wu Test account: https://twitter.com/projecttestonly Problem: Sometimes tweets may not show using the search function, this may be due to Twitter applying a lock to the account. This account lock is to maintain a 'clean' environment on the platform. When this happens, if you are to build you own test account, you may need to unlock the account with a number as I had done.
Build a twitter bot that sends sentiment analysis for tweets by another twitter user. The pattern used will be "@projecttestonly Analyze: @CNN". Tweets like this will trigger the bot to perform a sentiment analysis on the target user (@CNN). The outputs should look similar to:
Heroku Deployment: For the twitter API keys, use config vars and os.get() to retrieve global variables. Automatic deploys is enabled. Remember to enable the free Dyno, under resources. Check logs on the upper right under 'more' to view activity.