# service_by_12306 **Repository Path**: oahcom/service_by_12306 ## Basic Information - **Project Name**: service_by_12306 - **Description**: 基于12306的抢票程序做的后端服务架构。初步架构定为blacksheep+piccolo - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-10-17 - **Last Updated**: 2024-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # piccolo_project ## Setup ### Install requirements ```bash pip install -r requirements.txt ``` ### Getting started guide ```bash python main.py ``` ### Running tests ```bash piccolo tester run ```