Metadata-Version: 2.1
Name: remilia-bot
Version: 0.1.0
Summary: 女生自用(?)电报机器人
Home-page: https://github.com/tkgs0/RemiliaBot
License: GPL-3.0
Keywords: RemiliaBot,Telegram Bot,Telegram
Author: 月ヶ瀬
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: apscheduler (>=3.9.1.post1)
Requires-Dist: loguru (>=0.6.0)
Requires-Dist: psutil (>=5.9.0)
Requires-Dist: python-telegram-bot (>=20.0)
Requires-Dist: pyyaml (>=6.0)
Project-URL: Repository, https://github.com/tkgs0/RemiliaBot
Description-Content-Type: text/markdown

# RemiliaBot
女生自用(?)电报机器人

### 使用方法

1. 安装Python3并配置好环境变量
2. 创建一个空文件夹, 在命令行cd到该文件夹下
3. 输入以下命令安装并运行

```sh
pip install remilia-bot   # 从 PyPI 安装 Bot
python -m remilia   # 运行 Bot
```

