Metadata-Version: 2.1
Name: todaydiscourse
Version: 0.0.2
Summary: 今日所想，对物所评，一语，即可概括。
Author-email: Zhihan <zhihan2727@hotmail.com>
License: MIT License
        
        Copyright (c) 2024 TodayHitokoto
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://xinghetechnology.github.io/apis/todaydiscourse
Project-URL: Documentation, https://xinghetechnology.github.io/apis/todaydiscourse/
Project-URL: Repository, https://github.com/XingheTechnology/API-TodayDiscourse.git
Project-URL: Bug Tracker, https://github.com/XingheTechnology/API-TodayDiscourse/issues
Keywords: todaydiscourse,discourse,api
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# 今日话语-TodayDiscourse
## 简介
今日所想，一句话语，即可概括。  
今日话语是一款基于[CPython](https://www.python.org/)的一言API，可以在被调用时从词库中获取每日一句。

## 部署
首先，你需要安装Python3.11+。
在安装后，打开命令行，运行下面的命令：
```bash
pip install TodayDiscourse
todaydiscourse [port（端口）]
```

## 调用
使用GET请求或直接访问API部署网站的地址即可获取今日一言。   
更多高阶用法，请前往[官方文档](https://xinghetechnology.github.io/apis/todaydiscourse/)

## 鸣谢
感谢[VScode](https://code.visualstudio.com/)提供的免费开发环境。  
感谢[GitHub](https://github.com)提供的免费代码托管服务。  
感谢[CPython](https://python.org/)的免费编程语言。
