Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 883 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 883 Bytes

News Scraper Project

Scraping news from websites using Beautiful Soup, Request, News API, Django 3.1.2.

Getting Started

Setup project environment with virtualenv and pip with git bash

$ virtualenv env
$ source env/Scripts/activate
$ pip install -r requirements.txt 

# Run

$ cd news_scraper
$ python manage.py runserver

#Then visit http://localhost:8000 to view the app.

Features

  • Collect International news using NewsApiClient
  • Collect Local Sports news using BeautifulSoup, Requests

How it looks like

  • 1 Screenshot
  • 2 Screenshot
  • 3 Screenshot

Contributing

Please feel free to fix bugs, improve things, provide documentation. Just send a pull request.