TasfiaIslam / django-news-scraper

News Scraper built with Django, Beautiful Soup, News API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

News Scraper built with Django, Beautiful Soup, News API


Languages

Language:Python 49.3%Language:HTML 39.5%Language:CSS 11.2%