Tangjj1996 / y-bot-python

In whatever happens, I will see it through

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

初始化项目

1. 安装虚拟环境工具

python -m venv venv

2. 激活虚拟环境

source venv/bin/activate

3. 安装第三方包

pip install [pkg_name]

启动Chrome

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 --user-data-dir="/Users/tangji/Download"

About

In whatever happens, I will see it through


Languages

Language:Python 100.0%