Skip to content

Django application which scrapes news and aggregates it.

License

Notifications You must be signed in to change notification settings

syedhhassan/content-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Django application which scrapes news and aggregates it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published