🚚 Move to new home and say good-bye to luoshuijs/TGPaimonBot

Form #409
This commit is contained in:
Chuangbo Li 2023-02-15 13:44:44 +08:00 committed by GitHub
parent 33b5f3b3bd
commit 118bfde945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@ body:
options: options:
- label: "我已经使用一个干净且无其它非必要的插件的环境测试过,问题依旧存在。" - label: "我已经使用一个干净且无其它非必要的插件的环境测试过,问题依旧存在。"
required: true required: true
- label: "我已经在 [Issue Tracker](https://github.com/luoshuijs/TGPaimonBot/issues) 中找过我要提出的问题没有找到相同问题的ISSUE。" - label: "我已经在 [Issue Tracker](https://github.com/PaiGramTeam/PaiGram/issues) 中找过我要提出的问题没有找到相同问题的ISSUE。"
required: true required: true
- label: 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。 - label: 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。
required: true required: true

View File

@ -24,7 +24,7 @@ body:
options: options:
- label: "我确定这是一个从未被提出和实现过的功能。" - label: "我确定这是一个从未被提出和实现过的功能。"
required: true required: true
- label: "我已经在 [Issue Tracker](https://github.com/luoshuijs/TGPaimonBot/issues) 以及 [Pull Request](https://github.com/luoshuijs/TGPaimonBot/pulls) 中找过我要提出的功能没有找到相同功能的ISSUE和PR。" - label: "我已经在 [Issue Tracker](https://github.com/PaiGramTeam/PaiGram/issues) 以及 [Pull Request](https://github.com/PaiGramTeam/PaiGram/pulls) 中找过我要提出的功能没有找到相同功能的ISSUE和PR。"
required: true required: true
- label: 我已知晓并同意,此处仅用于建议新功能。若这个 Issue 是关于其他非主题的问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。 - label: 我已知晓并同意,此处仅用于建议新功能。若这个 Issue 是关于其他非主题的问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。
required: true required: true

View File

@ -8,7 +8,7 @@ RUN echo "deb http://ftp.us.debian.org/debian buster main non-free" >> /etc/apt/
&& apt update \ && apt update \
# clone # clone
&& apt install git wget curl -y \ && apt install git wget curl -y \
&& git clone -b main https://github.com/luoshuijs/TGPaimonBot.git /app \ && git clone -b main https://github.com/PaiGramTeam/PaiGram.git /app \
# install dependencies \ # install dependencies \
&& pip install virtualenv==20.19.0 poetry==1.3.2 \ && pip install virtualenv==20.19.0 poetry==1.3.2 \
&& python3 -m virtualenv venv/ \ && python3 -m virtualenv venv/ \

View File

@ -5,7 +5,7 @@
<img src="https://img.shields.io/badge/works%20on-my%20machine-brightgreen"> <img src="https://img.shields.io/badge/works%20on-my%20machine-brightgreen">
<img src="https://img.shields.io/badge/status-%E5%92%95%E5%92%95%E5%92%95-blue"> <img src="https://img.shields.io/badge/status-%E5%92%95%E5%92%95%E5%92%95-blue">
<a href="https://black.readthedocs.io/en/stable/index.html"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="code_style" /></a> <a href="https://black.readthedocs.io/en/stable/index.html"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="code_style" /></a>
<a href="https://www.codacy.com/gh/luoshuijs/TGPaimonBot/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=luoshuijs/TGPaimonBot&amp;utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/810a80be4cbe4b7284ab7634941423c4"/></a> <a href="https://www.codacy.com/gh/PaiGramTeam/PaiGram/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=PaiGramTeam/PaiGram&amp;utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/810a80be4cbe4b7284ab7634941423c4"/></a>
</div> </div>
<p> <p>
@ -53,7 +53,7 @@ poetry install --extras pyro
cp .env.example .env cp .env.example .env
``` ```
详细配置说明见 [Wiki/Env Settings](https://github.com/luoshuijs/TGPaimonBot/wiki/Env-Settings) 详细配置说明见 [Wiki/Env Settings](https://github.com/PaiGramTeam/PaiGram/wiki/Env-Settings)
### 4. 初始化数据库 ### 4. 初始化数据库
@ -69,11 +69,11 @@ poetry run python ./run.py
## 使用 Docker 部署 ## 使用 Docker 部署
详见 [Wiki/Deploy with Docker](https://github.com/luoshuijs/TGPaimonBot/wiki/Deploy-with-Docker) 详见 [Wiki/Deploy with Docker](https://github.com/PaiGramTeam/PaiGram/wiki/Deploy-with-Docker)
## 使用 Podman 部署 ## 使用 Podman 部署
详见 [Wiki/Deploy with Podman](https://github.com/luoshuijs/TGPaimonBot/wiki/Deploy-with-Podman) 详见 [Wiki/Deploy with Podman](https://github.com/PaiGramTeam/PaiGram/wiki/Deploy-with-Podman)
## 其他说明 ## 其他说明