Skip to content

📰A simple web-app to display news from various sources using Django and web-scraping.

Notifications You must be signed in to change notification settings

desaidhruv/NewsAggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

NewsAggregator

A simple web-app to display news from various sources using Django and web-scraping.

django

Getting Started

Steps:

  1. Clone/pull/download this repository
  2. Create a virtualenv with virtualenv env and install dependencies
  3. Configure your .env files.
  4. Activate the virtual env using Scripts/activate
  5. You've setup the virtual env and you're good to run the project.

Installation

pip install django

Usage

Go to mysite folder and run

python manage.py runserver

Then go to the browser and enter the url http://127.0.0.1:8000/

This project includes:

  1. News from various websites like Inshorts, Times Of India and Hindustan times
  2. A model is created to display news on the Front-end.

About

📰A simple web-app to display news from various sources using Django and web-scraping.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published