8000 GitHub - Quci/Talos
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Quci/Talos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talos

项目介绍

python浏览器脚本

环境配置

创建虚拟环境并激活

    # MacOS/Linux
    python3 -m venv .venv
    source .venv/bin/activate

    # Windows
    python -m venv .venv
    .venv\Scripts\activate

安装依赖

```bash
pip install -r requirements.txt
```

build 命令

pyinstaller --onefile --add-binary "./chromedriver-mac-arm64/chromedriver:./chromedriver-mac-arm64" index.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0