https://github.com/teamkillerx/akenox-inline
https://github.com/teamkillerx/akenox-inline
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teamkillerx/akenox-inline
- Owner: TeamKillerX
- License: mit
- Created: 2025-01-10T02:07:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T01:19:26.000Z (7 months ago)
- Last Synced: 2025-04-15T21:15:46.172Z (6 months ago)
- Language: Python
- Size: 1.67 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
### AkenoX-Inline

- ⚠️ Disclaimer ⚠️
```
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.
```
### Required Python 3.11
- Via `Dockerfile` Support (Python3.11)
- Running the application with `python3 -m AkenoX` may encounter module path issues (e.g., ModuleNotFoundError). It is recommended to use the provided Dockerfile, which sets up a working Python 3.11 environment.
### Your problem:
```
Why is ModuleNotFoundError: No module named 'config' happening?ModuleNotFoundError: No module named 'config'
This happens because Python can't find the config module in your project.Solution: Use Dockerfile Instead
Doesn’t Work:
python3 -m AkenoX
This won’t work because AkenoX-Inline requires high-performance compiled files (.pyc and .so).
```
```
docker build -t akenox-inline .
docker run akenox-inline
```### Note:
> [!WARNING]
> Important: Never edit compiled .so or .pyc files to prevent runtime errors or crashes.### Credits && Developer
- [@Kurigram](https://github.com/KurimuzonAkuma/pyrogram) (pyrogram)
- [@RendyDev](https://t.me/xtdevs) (Full stack Developer)