Skip to content

Instantly share code, notes, and snippets.

@rogmanster
Forked from rychao/scraper gist
Created January 16, 2021 08:39
Show Gist options
  • Save rogmanster/df4ee60ee495923d79d52b103b7501a6 to your computer and use it in GitHub Desktop.
Save rogmanster/df4ee60ee495923d79d52b103b7501a6 to your computer and use it in GitHub Desktop.
gist for my scraper
sudo apt -y install python3-pip
git clone https://github.com/rychao/python-scraper
chmod +x python-scraper/kith.py
pip3 install selenium
curl -O https://chromedriver.storage.googleapis.com/87.0.4280.88/chromedriver_linux64.zip
sudo apt -y install unzip
unzip chromedriver
sudo mv chromedriver /usr/local/bin/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment