AkenoX-Inline is a lightning-fast Telegram Userbot designed for inline commands, powered by ultra-optimized Docker builds and .so
compiled extensions for maximum performance and minimal latency.
I am not responsible for any misuse of this bot.
Use this bot at your own risk.
Use this userbot wisely.
When you have installed this userbot,
it means you are ready to take the risks.
- Ultra-fast inline query handling
- Compiled
.so
modules for speed and CPU optimization - Lightweight Docker-based deployment
- Hardened with security best practices
- Integrated with AkenoX APIs
- Async & scalable
Build and run with:
docker build -t akenox-inline .
docker run akenox-inline
- Uses shared objects (
*.so
) for critical operations - Built with low-level C extensions for tasks like regex, filtering, and command parsing
- Async execution with
uvloop
andaiohttp
- All API tokens are managed via environment variables
- No plain-text storage of sensitive data
- Optional IP or UUID locking for session access
- Custom
@admin_only
and@dev_guard
decorators for restricted commands
- Ryzenth API integration
- Encrypted local
.so
pre-loader - Anti-spam inline rate limiter
Warning
Important: Never edit compiled .so or .pyc files to prevent runtime errors or crashes.
MIT — Free to use with attribution.
Made with caffeine & chaos by the AkenoX Team.