Thank you for your understanding.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
os.system('dnf update -y') | |
os.system('dnf install -y pip python2-lxml') | |
os.system('pip install pip --upgrade') | |
os.system('pip install BeautifulSoup4 lxml') | |
import urllib2 | |
import subprocess | |
from bs4 import BeautifulSoup |