Extracting articles from JournalisteSfaxien
Use the package manager pip to install BeautifulSoup4.
pip install beautifulsoup4from bs4 import BeautifulSoup as soup # HTML data structure
from urllib.request import urlopen as uReq # Web clientExtracting articles from JournalisteSfaxien
Use the package manager pip to install BeautifulSoup4.
pip install beautifulsoup4from bs4 import BeautifulSoup as soup # HTML data structure
from urllib.request import urlopen as uReq # Web client