Skip to content

The Content Aggregator is a Python project that allows users to fetch and view headlines from popular news websites. It simplifies the process of finding and accessing relevant content from multiple sources.

Notifications You must be signed in to change notification settings

kalisnetwork/content-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Content Aggregator

Overview

The Content Aggregator is a Python project that allows users to fetch and view headlines from popular news websites. It simplifies the process of finding and accessing relevant content from multiple sources.

Content Aggregator

Features

  • Fetch headlines from multiple news websites.
  • Choose a website to view headlines from.
  • Simple command-line interface for user interaction.

Getting Started

Prerequisites

  • Python 3.x
  • requests library (you can install it with pip install requests)
  • bs4 (Beautiful Soup) library for web scraping (you can install it with pip install beautifulsoup4)

Installation

  1. Clone the repository to your local machine.

    git clone https://github.com/your-username/content-aggregator.git
    

Usage

  1. Open a terminal or command prompt.
  2. Navigate to the project directory.
  3. Run the script with Python:
    python content_aggregator.py

Instructions

1.Follow the on-screen instructions to select a news website and view headlines.

2.To quit the program, enter 'q' when prompted for a website selection.

About

The Content Aggregator is a Python project that allows users to fetch and view headlines from popular news websites. It simplifies the process of finding and accessing relevant content from multiple sources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages