alortegama / WebScraping

Example of Web Scraping with python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Scraping Example

Dependencies:

    pip install - r requirements.txt

main.py

It contains all the information to retrieve the desired web page and analyze its content properly.

This file contains the main function to be started

article.py

Contains the Article data class

html_builder

It is the main constructor of the desired web page, it uses bootstrap to give a correct format in a simple and fast way The link for the css used can be found at:

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
      integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">

About

Example of Web Scraping with python

License:MIT License


Languages

Language:HTML 91.1%Language:Python 8.9%