This file contains hidden or 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
sudo apt install python3 python-dev python3-dev build-essential libssl-dev libffi-dev libxml2-dev libxslt1-dev zlib1g-dev python-pip | |
sudo apt install virtualenv | |
virtualenv -p python3 env | |
source env/bin/activate | |
pip install scrapy |
This file contains hidden or 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
from selenium import webdriver | |
from selenium.webdriver.chrome.options import Options | |
from webdriver_manager.chrome import ChromeDriverManager | |
options = Options() | |
options.add_argument('--headless') | |
options.add_argument('--disable-gpu') | |
options.add_argument("--proxy-server=http://{}".format(proxy)) | |
driver = webdriver.Chrome(executable_path=ChromeDriverManager().install(), chrome_options=options) |
This file contains hidden or 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
\raisebox{4.5mm}[0pt][0pt]{\rotatebox[origin=c]{90}{***}} |
NewerOlder