Skip to content

This application was developed using streamlit, to scrap tweets using twint and do analytic sentiments with textblob

Notifications You must be signed in to change notification settings

haris0/SentimentStreamlit

Repository files navigation

Sentiment App With Python

This application can scraping tweets from Twitter, and label each tweet and do sentiment analytics, then display the wordcloud for each sentiment

Scarping Page

scraping

Sentiment Page

sentiment

Instaling Setup

Following this step to run the app :

  • Clone this repo
  • Create a virtual environment inside the folder
  • Installing all requirements library using this command
    pip install -r requirements.txt
    
  • Install Mongodb
  • Create a database called sentimentdb and create two collections called tweets and keywords
  • And App is ready to running, hit this command
    streamlit run src/app.py
    

Libraries

Some of the main libraries that are used in this application :

About

This application was developed using streamlit, to scrap tweets using twint and do analytic sentiments with textblob

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages