9 Commits

Author SHA1 Message Date
yan 6fe34be35f Update README.md 2026-03-27 10:14:09 +08:00
yan e646c3263a Update README.md 2026-03-27 10:12:49 +08:00
yanguo0905 8022c8b6b2 Update README.md 2026-03-24 17:05:46 +08:00
yanguo0905 08e5a767a9 Update README.md 2026-03-24 17:03:02 +08:00
yanguo0905 043b31814d Update README.md 2026-03-24 17:02:11 +08:00
yanguo0905 6e1a70b787 Update README.md 2026-03-24 16:30:14 +08:00
yanguo0905 5d9c60e354 Merge pull request #2 from yanguo0905/codex/remove-license-files-and-refactor-project-tho95l
Disable built-in license checks, add compatibility shims, and update docs/docker deploy
2026-03-24 16:25:44 +08:00
yanguo0905 c4ccd93de3 Merge pull request #1 from yanguo0905/codex/remove-license-files-and-refactor-project
Remove runtime license enforcement and add no-op compatibility shims
2026-03-24 15:28:18 +08:00
yanguo0905 f6bc2471da refactor: reintroduce license modules as no-op compatibility shims 2026-03-24 15:24:51 +08:00
+13 -13
View File
@@ -1,9 +1,9 @@
# 🤖 Fakabot - 专业的 Telegram 自动发卡机器人
# 🤖 Fakabot - 专业的 Telegram 自动发卡机器人(破解版、无需授权码)
[![GitHub release](https://img.shields.io/github/v/release/GUGEGEBAIDU/fakabot?style=flat-square)](https://github.com/GUGEGEBAIDU/fakabot/releases)
[![GitHub stars](https://img.shields.io/github/stars/GUGEGEBAIDU/fakabot?style=flat-square)](https://github.com/GUGEGEBAIDU/fakabot/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/GUGEGEBAIDU/fakabot?style=flat-square)](https://github.com/GUGEGEBAIDU/fakabot/network)
[![GitHub issues](https://img.shields.io/github/issues/GUGEGEBAIDU/fakabot?style=flat-square)](https://github.com/GUGEGEBAIDU/fakabot/issues)
[![GitHub release](https://img.shields.io/github/v/release/yanguo888/fakabot?style=flat-square)](https://github.com/yanguo888/fakabot/releases)
[![GitHub stars](https://img.shields.io/github/stars/yanguo888/fakabot?style=flat-square)](https://github.com/yanguo888/fakabot/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/yanguo888/fakabot?style=flat-square)](https://github.com/yanguo888/fakabot/network)
[![GitHub issues](https://img.shields.io/github/issues/yanguo888/fakabot?style=flat-square)](https://github.com/yanguo888/fakabot/issues)
[![License](https://img.shields.io/badge/license-Commercial-blue.svg?style=flat-square)]()
[![Python](https://img.shields.io/badge/python-3.11-blue.svg?style=flat-square)]()
[![Telegram](https://img.shields.io/badge/Telegram-Bot-blue.svg?style=flat-square)](https://t.me/sonhshu)
@@ -17,7 +17,7 @@
**适用场景**:知识付费 · 虚拟商品 · 在线课程 · 软件交付 · 会员服务
🎬 [在线演示](https://t.me/fakawan_bot) · 📱 [联系客服](https://t.me/szsh66) · 📖 [完整文档](#-快速开始)
🎬 [在线演示](https://t.me/) · 📱 [联系客服](https://t.me/) · 📖 [完整文档](#-快速开始)
中文文档 | [English](README.en.md)
@@ -46,7 +46,7 @@
| **支付宝** | 当面付、扫码支付 | 实时 |
| **微信支付** | Native 支付、扫码 | 实时 |
| **USDT (TOKEN188)** | TRC20/ERC20、链上验证 | 1-3 分钟 |
| **USDT (柠檬支付)** | 多链支持、低手续费 | 秒级 |
| **USDT ** | 多链支持、低手续费 | 秒级 |
**特性**
- ✅ 自动到账确认 · ✅ 支付回调处理 · ✅ 订单状态同步 · ✅ 支付超时处理
@@ -167,7 +167,7 @@
#### 第 1 步:克隆项目
```bash
git clone https://github.com/GUGEGEBAIDU/fakabot.git
git clone https://github.com/yanguo888/fakabot.git
cd fakabot
```
@@ -249,7 +249,7 @@ docker compose version || docker-compose -v
#### 2)克隆项目(使用你的仓库)
```bash
git clone https://github.com/yanguo0905/fakabot.git
git clone https://github.com/yanguo888/fakabot.git
cd fakabot
```
@@ -305,7 +305,7 @@ docker compose up -d --build || docker-compose up -d --build
```bash
# 1. 克隆项目
git clone https://github.com/GUGEGEBAIDU/fakabot.git
git clone https://github.com/yanguo888/fakabot.git
cd fakabot
# 2. 复制配置文件
@@ -384,7 +384,7 @@ tar -czf backup.tar.gz data/ config.json
ssh root@你的服务器IP
# 克隆项目
git clone https://github.com/GUGEGEBAIDU/fakabot.git
git clone https://github.com/yanguo888/fakabot.git
cd fakabot
```
@@ -988,7 +988,7 @@ A: 当前版本不支持,后续版本会添加。
## 📞 联系我们
- **Telegram 客服**: [@sonhshu](https://t.me/sonhshu)
- **Telegram 客服**: [](https://t.me/sonhshu)
---
@@ -1044,6 +1044,6 @@ A: 当前版本不支持,后续版本会添加。
Made with ❤️ by Fakabot Team
[开始使用](#-快速开始) · [查看演示](https://t.me/fakawan_bot) · [联系客服](https://t.me/szsh66)
[开始使用](#-快速开始) · [查看演示](https://t.me/) · [联系客服](https://t.me/)
</div>