An open API service indexing awesome lists of open source software.

https://github.com/ezzaldeeen/sentweets

A simple tool for streaming and analyzing Twitter data in real-time.
https://github.com/ezzaldeeen/sentweets

sentiment-analysis tensorflow tweets

Last synced: about 2 months ago
JSON representation

A simple tool for streaming and analyzing Twitter data in real-time.

Awesome Lists containing this project

README

          

# RT-Twitt-Streaming

RT-Twitt-Streaming is a simple tool for streaming and analyzing Twitter data in real-time.
It allows you to track mentions of specific keywords, hashtags, or users, and perform sentiment analysis on the collected tweets.

## Features

- Stream live tweets based on specific keywords, hashtags, or users
- Analyze the sentiment of tweets using a pre-trained machine learning model
- Store collected tweets in a local database for further analysis
- Display real-time statistics of collected tweets, such as the number of tweets per minute, the most commonly used hashtags, and the overall sentiment of the collected tweets
- Export collected tweets to a CSV file for easy sharing and analysis

## Installation

To install rt-twitt-streaming, clone the repository to your local machine and install the required dependencies using:
```shell
pip install -r requirements.txt
```