Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 349 Bytes

File metadata and controls

18 lines (12 loc) · 349 Bytes

Web Scraper

Extracting articles from JournalisteSfaxien

Installation

Use the package manager pip to install BeautifulSoup4.

pip install beautifulsoup4

Usage

from bs4 import BeautifulSoup as soup  # HTML data structure
from urllib.request import urlopen as uReq  # Web client