Skip to content

News Aggregator App is a Web Application Aggregates News articles from multiple websites

Notifications You must be signed in to change notification settings

iamharikrishnank/NEWS-AGGREGATOR-APP

Repository files navigation

newsminutes

News Aggregator App is a Web Application Aggregates News articles from multiple websites

Packages

  • requests
  • BeautifulSoup
  • Bootstrap3

Install packages with pip:

pip install -r requirements.txt

How to run this app

(The following instructions apply to Posix/bash. Windows users should check here.)

First, clone this repository and open a terminal inside the root folder.

Create and activate a new virtual environment (recommended) by running the following:

python3 -m venv myvenv
source myvenv/bin/activate

Install the requirements:

pip install -r requirements.txt

Run the app:

python3 manage.py runserver

Open a browser at http://127.0.0.1:8080

Screenshot

newsreaderapp.png login.png signup.png searchnews.png

About

News Aggregator App is a Web Application Aggregates News articles from multiple websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published