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 client| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 client