一个弱智的 Telegram Bot,可以测试你未来方便在哪里重开和重开的性别
Go to file
YC酱luyancib 28a13039a3
CI:Add autobuild docker image (#6)
Co-authored-by: purofle <purofle@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-03 00:49:49 +08:00
.github/workflows CI:Add autobuild docker image (#6) 2025-06-03 00:49:49 +08:00
.idea feat: use uber/fx 2025-05-05 15:35:16 +08:00
bot reflector: change text 2025-05-10 21:09:27 +08:00
database feat: add database connection and message counter functionality 2025-05-07 00:04:32 +08:00
userbot Bump jinja2 from 3.1.4 to 3.1.6 in /userbot (#3) 2025-04-13 15:29:47 +08:00
.gitignore feat: add database integration and implement quote retrieval functionality 2025-04-25 02:12:06 +08:00
countries.json feat: update country names to Chinese and bump dependencies 2025-04-13 15:18:33 +08:00
Dockerfile fix: adjust message deletion timing and handle private chat cases 2025-04-13 15:37:40 +08:00
go.mod feat: colorful logger 2025-05-06 02:06:24 +08:00
go.sum feat: colorful logger 2025-05-06 02:06:24 +08:00
LICENSE init 2024-02-14 22:32:38 +08:00
logger.go feat: colorful logger 2025-05-06 02:06:24 +08:00
main.go feat: implement bot handler with remake functionality 2025-05-06 02:01:39 +08:00
README.md Update README.md 2025-04-14 00:07:42 +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 协议公开到互联网。