# seeyon **Repository Path**: liuzy1988/seeyon ## Basic Information - **Project Name**: seeyon - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-03 - **Last Updated**: 2024-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # seeyon ## 使用 - 解压 - `seeyon.zip` - 安装 - `setup/ChromeSetup.url`安装谷歌浏览器 - `setup/ChromeDriver.url`下载谷歌驱动到`dist/chromedriver`或`dist/chromedriver` - 运行 - ./dist/app you_usr you_pwd - 优化 ``` # 超时无法访问的域名 0.0.0.0 restapi.amap.com ``` ## 开发 - MacOS - 安装 - `make env`安装Python环境 - `make whl`安装Python依赖 - 打包 - `make zip`编译源码打包成可执行文件 - 运行 - `make`直接运行源码 - Windows - 安装环境 - Python 3.9.6 - `python -m pip install selenium colorama pyinstaller -i https://mirrors.aliyun.com/pypi/simple` - `setup/ChromeSetup.exe`安装谷歌浏览器 - `setup/ChromeDriver.url`下载谷歌的驱动到`dist/chromedriver.exe` - 编译打包 - `Make.bat` - 导出和导出 - `pip freeze > requirements.txt` - `pip download -r requirements.txt -d ./pip_packages` - `pip install --no-index --find-links=./pip_packages -r requirements.txt`