Professional Platform for Telegram Account Automation
# Register user
curl -X POST https://tg-factory.ru/api/auth/register \
-H "Content-Type: application/json" \
-d '{"email":"user@example.com","password":"password123"}'
# Login
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
GitHub: github.com/alcodruid/telegram-account-factory
Documentation: 5000+ lines | Code: 4000+ lines | Tests: 20 tests
Built with ❤️ using FastAPI + React