LibraHp / GetQzonehistory

获取QQ空间发布的历史说说
GNU General Public License v3.0
2.08k stars 184 forks source link

Create qqzone #55

Closed Lyr1cc closed 3 weeks ago

Lyr1cc commented 3 weeks ago

克隆储存库

git clone https://github.com/LibraHp/GetQzonehistory.git

打开目录

cd GetQzonehistory

创建名为 myenv 的虚拟环境

python -m venv myenv

激活虚拟环境。在终端或命令提示符中运行以下命令:

对于 Windows:

myenv\Scripts\activate

对于 macOS/Linux:

source myenv/bin/activate

安装依赖

pip install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements.txt

运行脚本

python main.py