Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 682 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 682 Bytes

News Aggregator

This is a web application which scrapes news website, in this case NYTimes and returns the headlines of some categories.

Installation and Setup

  1. Clone the repository:

    git clone https://github.com/syedhhassan/content-aggregator.git
  2. Create a virtual environment:

    python3 -m venv venv
  3. Activate the virtual environment:

  • On MacOS
    source venv/bin/activate
  • On Windows
    venv\Scripts\activate
  1. Install the project dependencies:

    pip install -r requirements.txt
  2. Run the development server:

    python3 manage.py runserver