Skip to content

saahithjanapati/TwiPA

Repository files navigation

TwiPA

Twitter Profile Analyzer

TwiPA is a tool that analyzes Twitter profiles. It performs sentiment analysis and clustering of tweets of a specific user and creates interactive graphs with this data.

Screenshot

How to Run

Make sure you're running Python 3.8 or higher. Then:

pip install -r requirements.txt

Create file named config.py and fill it with the following fields for access to the Twitter API:

consumer_key = ""
consumer_secret = ""

access_token = ""
access_token_secret = ""

Then start the app with:

python app.py

Created by Siddharth Lakkoju and Saahith Janapati

About

Twitter Profile Analyzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published