Skip to main content

A Python package for sentiment analysis

Project description

sentianaylib (sentimental analysis library)

Overview

This Python package, developed by Chameleonlabs.org, performs sentiment analysis on a web page based on a specified keyword.

Developer Credits

This package was developed by: Riyesh Poolanchalil (@riyeshp) Rahul Poolanchalil (@rahulp_1986)

Installation

You can install the package via pip:

Usage

To use the package, import the sentianaylib class from the package and create an instance with the required driver. Then, call the dataprocessor() method with the URL,keyword and current_directory parameters.

from selenium import webdriver
from selenium.webdriver.chrome.service import Service as ChromeService
from selenium.webdriver.chrome.options import Options as ChromeOptions
from webdriver_manager.chrome import ChromeDriverManager
from sentianaylib import sentianaylib

driver = webdriver.Chrome(service=ChromeService(ChromeDriverManager().install()), options=chrome_options)

current_directory = os.path.dirname(os.path.abspath(__file__))
# Initialize sentianalib with the appropriate driver
sentianaylib_instance = sentianaylib(driver)

# Perform sentiment analysis on a webpage
url = 'https://example.com'
keyword = 'air pollution'
sentianaylib_instance.dataprocessor(url, keyword, current_directory)

Parameters

url: The URL of the webpage to analyze. keyword: The keyword to use for sentiment analysis. current_directory: The location of main file where other related files can generated.

Dependencies

This package relies on the following external libraries:

Beautiful Soup: For parsing HTML content. TextBlob: For sentiment analysis. Selenium: For automated web browsing.

License

This package is licensed under the MIT License. See the LICENSE file for details.

Issues

If you encounter any issues or have suggestions for improvement, please open an issue.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sentianaylib-1.0.2.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sentianaylib-1.0.2-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file sentianaylib-1.0.2.tar.gz.

File metadata

  • Download URL: sentianaylib-1.0.2.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.10

File hashes

Hashes for sentianaylib-1.0.2.tar.gz
Algorithm Hash digest
SHA256 9cda5731ab543f1beb422a81f5f014e23b8eca7123bf420711db200ad8609a23
MD5 fa7543a3159a6034493f875787525ffc
BLAKE2b-256 a8358bdc782a1adbce11de913cbcf2134b5b0aafcb91b94a5630e56b67176454

See more details on using hashes here.

File details

Details for the file sentianaylib-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: sentianaylib-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.10

File hashes

Hashes for sentianaylib-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f8cdac22112d61f02f96cf75008504667366f7812de356d8be37dfd189b07f83
MD5 6e3a231bdbef888eb12834ae880fc3f6
BLAKE2b-256 3471e4ea5ea196f1da8ac4170452465b58d1c3f8060d26d6a40fa36a43948b83

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page