自动挂机学习

Posted on 2020-09-01 in tricks • Tagged with chrome, chromedriver, selenium

  1. 下载 Chrome 以及 ChromeDriver 并安装,注意 Chrome 与 ChromeDriver 的版本要相互支持

    $ cd ~/Downloads
    $ sudo apt install ./google-chrome-stable_current_amd64.deb
    $ unzip chromedriver_linux64.zip
    
  2. 安装学习强国学习辅助程序源码

    $ cd Documents/
    $ git clone …

Continue reading