This is a web application which scrapes news website, in this case NYTimes and returns the headlines of some categories.
-
Clone the repository:
git clone https://github.com/syedhhassan/content-aggregator.git
-
Create a virtual environment:
python3 -m venv venv
-
Activate the virtual environment:
- On MacOS
source venv/bin/activate
- On Windows
venv\Scripts\activate
-
Install the project dependencies:
pip install -r requirements.txt
-
Run the development server:
python3 manage.py runserver