Advertisement
rock6064

Buddy.works

Jun 12th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. apt-get update && apt-get install wget unzip python3 python3-pip -y && wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && apt install ./google-chrome-stable_current_amd64.deb -y && pip3 install selenium requests bs4 && wget https://chromedriver.storage.googleapis.com/81.0.4044.69/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && chmod +x chromedriver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement