一个弱智的 Telegram Bot,可以测试你未来方便在哪里重开和重开的性别
Go to file
dependabot[bot] 23a48efa97
Bump certifi from 2024.2.2 to 2024.7.4 in /userbot
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-06 02:01:15 +00:00
.idea 实现quotely,userbot 2024-05-12 10:24:02 +08:00
quotely 实现quotely,userbot 2024-05-12 10:24:02 +08:00
userbot Bump certifi from 2024.2.2 to 2024.7.4 in /userbot 2024-07-06 02:01:15 +00:00
countries.json init 2024-02-14 22:32:38 +08:00
Dockerfile 变得更好吃 2024-05-12 13:22:56 +08:00
go.mod 实现quotely,userbot 2024-05-12 10:24:02 +08:00
go.sum 实现quotely,userbot 2024-05-12 10:24:02 +08:00
handlers.go 变得更好吃 2024-05-12 13:22:56 +08:00
LICENSE init 2024-02-14 22:32:38 +08:00
main.go 实现quotely,userbot 2024-05-12 10:24:02 +08:00
README.md docs: add tips 2024-02-14 22:35:06 +08:00
user_list.json 实现quotely,userbot 2024-05-12 10:24:02 +08:00

remake_bot

一个弱智的 Telegram Bot可以测试你未来方便在哪里重开和重开的性别。

项目仅供娱乐,希望各位无论生活如何,都要有一个愉快的心情,未来无限长,好好活下去。

bot 设定

性别按随机数随机,国家按照国家人口数量加权随机,部分国家被我手动翻译成了中文名。

部署

推荐使用 Docker 部署,比较方便:

docker pull ghcr.io/purofle/sbbot:latest
docker run --restart always --env TOKEN=your_telegram_bot_token --name sbbot sbbot:latest

当然也可手动部署:

CGO_ENABLED=0 go build -o bot
TOKEN=your_telegram_bot_token ./bot

许可证

代码部分按照 GPLv3 开源,countries.json 按照 CC0 协议公开到互联网。