Skip to content

Sentiment analysis on tweets using Flask, OAuth, and PostgreSQL

Notifications You must be signed in to change notification settings

dwang733/Tweet-Analyzer

Repository files navigation

Tweet Analyzer

This project runs a local web server using Flask, where a user can log in with Twitter using OAuth. Then, the user can search for tweets from their profile page, and tweets will be highlighted with different colors based on sentiment analysis. We also use PostgreSQL to store users so they don't have to repeatedly login.

Getting Started

Install the required Python packages specified in requirements.txt, then run app.py and go to http://127.0.0.1:4995/

About

Sentiment analysis on tweets using Flask, OAuth, and PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published