AkenoAi Python Wrapper For Plus+
Project description
akenoai-lib
Screenshots
installation
🔹 Recommended Installation:
✅ Install via PYPI for the latest updates. e.g.: pip3 install akenoai[fast]
Code examples
[!TIP] Trip PRO Usage Example:
from akenoai import AkenoXToJs
response = await AkenoXToJs.randydev("ai/gpt-old", custom_dev_fast=True, query="hello world")
print(response)
Output:
{'results': 'Deepseek is a Chinese company that specializes in underwater robotics and autonomous underwater vehicles. They provide solutions for underwater exploration and research, as well as services for inspecting and maintaining underwater infrastructure. Their technology is used in various industries including marine science, aquaculture, and offshore energy.\n\nPowered By xtdevs'}
🔹 Method Definition:
randydev(endpoint, api_key=None, post=False, custom_dev_fast=False, **params)
🔹 Custom Dev:
import os
from akenoai import AkenoXToJs
response = await AkenoXToJs.randydev(
"user/creation-date",
api_key=os.environ.get("AKENOX_KEY"), # default optional
custom_dev_fast=True,
user_id=client.me.id
)
return response
API Key
[!NOTE] How to Get an API Key for AkenoX API?
You can set up your API key using environment variables:
AKENOX_KEY=akeno_xxxxxx
-
To get an API key,
@aknuserbot -
🚀 Thank you to our 2.7 million users per request!
Problem Double Fix:
🛠️ Double Fix for Connection Issues
- ❌ Cannot connect to host
- 🚫 IP address blocked issue
- 🌐 Different DNS settings
🔍 Debugging Step: If using AkenoAI library doesn't work, but direct requests do, try manual testing:
✅ Test Direct Connection (test.py)
import requests
url = "https://randydev-ryu-js.hf.space/api/v1/json/all"
response = requests.get(url, headers={}, params={})
print(response.json()) # Check if response is valid
💡 If this works, the issue is with AkenoAI, not the host!
🔗 Try Manual Endpoints Instead API Endpoint:
https://randydev-ryu-js.hf.space/api/v1
Check if the host is reachable before using custom libraries.
Contributing
If you find a bug or have a feature request, please open an issue on our GitHub repository.
We welcome contributions from the community. If you'd like to contribute, please fork the repository and submit a pull request.
License
TeamKillerX is licensed under GNU Affero General Public License v3 or later.
Copyright (C) 2019 - 2025 The AkenoAI TeamKillerX @xtdevs
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project akenoai-lib is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file akenoai-1.4.4b0.tar.gz.
File metadata
- Download URL: akenoai-1.4.4b0.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9818096da9acb12f3826b3a0ab0675a0c389ea964d6ccff8e8e9bb4202ed5614
|
|
| MD5 |
3ce80ca42ba624144b56f923ad114e1b
|
|
| BLAKE2b-256 |
f440b22951d137a20ad1b43e07a8b54abad9dbd1c2752ffa8b9ec8b7abb3e882
|
File details
Details for the file akenoai-1.4.4b0-py3-none-any.whl.
File metadata
- Download URL: akenoai-1.4.4b0-py3-none-any.whl
- Upload date:
- Size: 19.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56ca5d9d2c7471a9f2065002a9e912ab04801f374924b4a4b4bca843af0bae25
|
|
| MD5 |
9a0657943ce70bf8bc721a890dbbff39
|
|
| BLAKE2b-256 |
8dad713620f1134bed89648198a46c0863c968d823565977c914ee33d197d458
|