This paper proposes a system to detect spammer tweets on Twitter. It extracts features from tweets such as the number of unique mentions, unsolicited mentions, and duplicate domain names. It also uses the Google Safe Browsing API to analyze URLs. The system fetches tweets for a particular hashtag using the Twitter4J API. It then performs preprocessing like removing hashtags and quotes. The features are then used to classify tweets as spam or not spam using machine learning algorithms. The system aims to investigate linguistic features for detecting spam accounts and tweets in a supervised manner by leveraging existing hashtags for training data.