Git Product home page Git Product logo

alexis-martinez-ms548's Introduction

Website Sentiment Analyzer

Program Description

The Website Sentiment Analyzer is a GUI-based application developed in Python, utilizing libraries such as tkinter, BeautifulSoup, requests, and vaderSentiment. It allows users to analyze the sentiment of text on websites by entering a URL and subject (optional) and then presents the sentiment results as either positive or negative along with a compound score.

Features

  1. Extracts text from any provided URL.
  2. Performs sentiment analysis using the VADER sentiment analysis tool.
  3. User-friendly graphical interface for easy operation.
  4. Displays sentiment as a score and a label (positive or negative).

Requirements

  • Python 3.6 or higher
  • tkinter library
  • requests library
  • bs4 (BeautifulSoup) library
  • vaderSentiment library

Installation

  1. Ensure Python 3.6 or higher is installed on your system.
  2. Install required Python packages using pip: pip install requests beautifulsoup4 vaderSentiment

Usage

  1. Run the script to start the application.
  2. Enter the complete URL of the website you wish to analyze in the 'Enter Website URL' field.
  3. Optionally, enter a subject related to the text being analyzed in the 'Enter Subject' field.
  4. Click 'Analyze Sentiment' to retrieve and analyze the website content.
  5. View the sentiment analysis results displayed in the output box at the bottom of the application.

Developers

  • Alexis Martinez MS548

License

This software is released under the MIT License.

alexis-martinez-ms548's People

Contributors

theekawaiithugg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.