Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 974 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 974 Bytes

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