mirror of
https://github.com/purofle/remake_bot.git
synced 2025-02-06 17:13:29 +08:00
一个弱智的 Telegram Bot,可以测试你未来方便在哪里重开和重开的性别
23a48efa97
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> |
||
---|---|---|
.idea | ||
quotely | ||
userbot | ||
countries.json | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
handlers.go | ||
LICENSE | ||
main.go | ||
README.md | ||
user_list.json |
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 协议公开到互联网。