Skip to content

akareddy04/NewsWebScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

ArticleWebScraper

The Article Analysis Tool is a Java application that uses the OpenAI API to analyze news articles and store the analysis results in an SQLite database. This tool allows you to input URLs of news articles, generate summaries, extract key information, determine article tones and reliability of the source, determine the usefulness of the article in supporting your topic/argument, and more.

Prerequisites

  • Java (JDK 8 or higher)
  • OpenAI API Key+ Maven Dependency
  • SQLite+ Maven Dependency

Setup

  1. Clone the repository: git clone <repository-url>
  2. Open the project in your preferred Java development environment.
  3. Add your OpenAI API key to the Main class.
  4. Make sure you have the required libraries and dependencies installed (maven or gradle).
  5. Build and run the application.

Usage

  1. Run the application.
  2. Provide a general research topic.
  3. Enter URLs of news articles to be analyzed.
  4. The tool will generate summaries, extract key information, determine tones, and more.
  5. Analysis results will be stored in an SQLite database.

Features

  • Summary Generation
  • Topic Determination
  • Source Validity Analysis
  • Key Information Extraction
  • Tone Determination
  • Comparison with User Research Topic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published