This document discusses using Twitter data for sentiment analysis and influence tracking. It describes how Twitter data was collected using its APIs and preprocessed by removing links, usernames and stopwords. N-grams and part-of-speech tags were then extracted as features from the tweets. The tweets were classified into positive, negative, neutral or irrelevant categories. Sentiment analysis was performed at the entity level to determine sentiment towards specific topics mentioned in tweets, like products. Influence was tracked using algorithms that rank users based on retweets, followers and mentions.