This document outlines a project on text extraction and sentiment analysis from social media. It discusses extracting tweets using APIs, preprocessing the text by removing stop words and noise, extracting features like capitalization and emojis, and classifying the sentiment using algorithms like Naive Bayes. The goal is to build a tool that can measure sentiment polarity accurately. It describes the modules including data collection, tokenization, preprocessing, feature extraction, and classification. Future work includes improving the dictionary and parameters to enhance accuracy and developing mobile applications.