Professional Platform for Telegram Account Automation

Automate registration, warmup, and management of Telegram accounts at scale

✅ PRODUCTION LIVE
100/100

🔐 Security

  • ✅ SSL/TLS Encryption
  • ✅ JWT Authentication
  • ✅ Password Hashing (bcrypt)
  • ✅ Rate Limiting

⚡ Performance

  • ✅ FastAPI Backend
  • ✅ Async Operations
  • ✅ PostgreSQL Database
  • ✅ Redis Caching

📊 Features

  • ✅ 30+ API Endpoints
  • ✅ Account Management
  • ✅ Billing System
  • ✅ Payment Integration

📚 Documentation

  • ✅ 10000+ Lines
  • ✅ Interactive Swagger
  • ✅ ReDoc Support
  • ✅ Code Examples

📡 Quick API Test

POST https://tg-factory.ru/api/auth/register
POST https://tg-factory.ru/api/auth/login

🚀 Quick Start

# Register a new user
curl -X POST https://tg-factory.ru/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"email":"user@example.com","password":"Password123!"}'

# Login and get token
curl -X POST https://tg-factory.ru/api/auth/login \
  -d "username=user@example.com&password=Password123!"

# Get billing plans
curl https://tg-factory.ru/api/billing/plans

# View interactive API docs
open https://tg-factory.ru/docs