This repository has been archived on 2026-02-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2025-12-06 13:14:59 +08:00
2025-12-06 13:14:59 +08:00
2025-10-18 21:25:27 +08:00
2025-10-18 17:50:59 +08:00

A simple anonymous post api awa!

快速开始~

0、Clone本仓库

git clone https://github.com/Sycamore-Whisper/backend.git

1、创建一个python虚拟环境

python -m venv post-api

激活虚拟环境!

Windowspost-api\\Scripts\\activate

Linux/MacOSsource post-api/bin/activate

2、安装依赖

pip install -r requirements.txt

3、运行

python api_server.py

后端API已部署完成喵接下来请调用/init接口进行初始化

API文档

前往{BASE_URL}/api-docs查看调用方法awa

API文档暂时未完成呜呜。

License

This project is licensed under the MIT License.

Description
😉 Sycamore_Whisper项目的后端
Readme 60 KiB
Languages
Python 100%