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