Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 724 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 724 Bytes

Scrapper Tool

Scraps some tutorial info from the tutorial URL.

Uses:

  • selenium
  • BeautifulSoup4

Install

Linux

Geckodriver (Firefox)

https://github.com/mozilla/geckodriver/releases/latest

# install firefox
sudo apt install firefox-esr

# install geckodriver
./get_linux_geckodriver.fish

Chromedriver (Chrome)

# install chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
rm ./google-chrome-stable_current_amd64.deb

# install chromedriver
./get_linux_chromedriver.fish