gsofter / django-front-template

Django front template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebScrappingNews Web-App

#README:

Technologies:

  • Python web scraper script.
  • Django & Sqlite3
  • Html, Css, Js
  • Bootstrap

Python script using BeautifulSoup, urllib.request:

  • Make a request from a given website, in this case, a portuguese sports news website.
  • Use BeautifulSoup to retrieve elements from the site.
  • Filter those elements using a keyword based method (see: listOfWords data structure)
  • Store the data in order to show it in the Django web app

Django web app:

  • Get's the filtered news, and displays them.
  • News are clickable. When you open them you can see the details and related photos.

Example working app:

example 1 example 2

About

Django front template


Languages

Language:HTML 63.0%Language:CSS 33.1%Language:JavaScript 3.8%Language:PHP 0.1%Language:Python 0.0%