Git Product home page Git Product logo

ruchspatil / news-aggregator Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 55 KB

A News Aggregator is a combination of web crawlers and web applications. Both of these technologies have their implementation in Python. It is a web application which aggregates data (news articles) from multiple websites. Then presents the data in one location.

Python 75.20% HTML 24.80%
django newsaggregator python

news-aggregator's Introduction

NEWS AGGREGATOR WEB APP

A News Aggregator is a combination of web crawlers and web applications. Both of these technologies have their implementation in Python. It is a web application which aggregates data (news articles) from multiple websites. Then presents the data in one location.

Technologies used -:

Front-End Development Back-End Development
HTML Python
CSS Django
JavaScript -

Prerequisite -:

  1. Django Framework
  2. BeautifulSoup
  3. requests
  • Django Framework : Django is a Python web framework that enables fast development of secure websites. It is a high level frame-work. Built by experienced developers, Django takes care very much of the difficult tasks of web development, so the user can focus on writing the application without worrying for the different tools. Django is free and open source. It also has a vast community.

  • BeautifulSoup -: Beautiful Soup is a Python package for parsing HTML and XML documents (including having malformed markup, i.e. non-closed tags, so named after tag soup). It creates a parse tree for parsed pages that can be used to extract data from HTML, which is useful for web scraping.

  • requests module -: The Requests library in Python is one of the integral parts of Python for making HTTP requests to a specified URL. Whether it be REST APIs or Web Scraping, requests are a must to be learned for proceeding further with these technologies. When one makes a request to a URI, it returns a response. Python requests provide inbuilt functionalities for managing both the request and response.

Steps -:

Step 1: Setting Up the Project
Step 2: Fetching Web Page Content
Step 3: Parsing HTML Content with Beautiful Soup
Step 4: Extracting News Articles
Step 5: Displaying the Aggregated News

news-aggregator's People

Contributors

ruchspatil avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.