Skip to content

lyang36/selenium_bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Bot

Instructions

  1. Install requirements with
 pip install -r requirements.txt
  1. Copy settings_bkp.json to settings.json
 cp settings_bkp.json settings.json
  1. Inside settings.json, change the proxy and chromedriver path

To Avoid detection. Modify chrome driver

For linux and mac

perl -pi -e 's/luc_/cat_/g' scraping/chromedriver

For windows

perl -pi -e 's/luc_/cat_/g' scraping/chromedriver.exe
  • Alternatively, You can opene the chromedriver in a text editor and replace luc with anything

Run the main.py file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%