/django-front-template

Django front template

Primary LanguageHTML

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