akenoai


Nameakenoai JSON
Version 1.3.7 PyPI version JSON
download
home_pageNone
SummaryAkenoAi Python Wrapper For Plus+
upload_time2025-02-03 04:07:31
maintainerNone
docs_urlNone
authorTeamKillerX
requires_python~=3.7
licenseMIT
keywords api akeno-lib
VCS
bugtrack_url
requirements aiohttp wget requests httpx python-box
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # akenoai-lib
- install : `pip3 install akenoai[porno]`

### Docs
- [`Docs AkenoAI All`](https://private-akeno.randydev.my.id/docs)

### Google-Dev
> performance high speed API
> `google_video_to_text`
> `google_audio_to_text`

> params string optional: `prompt`, `mime_type`

### Example this
```python
import akenoai as dev

file_path = "example.jpg"

api = dev.AkenoPlus(key=...)

response = await api.google_image_to_text(files_open=file_path)

print(response)
```

### Paal AI Dev
> method `paal_see`

> params string optional: `lang="en"` and `is_trans="True"`

### Example this
```python
import akenoai as dev

file_path = "example.jpg"
api = dev.AkenoPlus(key=...)
response = await api.paal_see(files_open=file_path)
print(response)

response_2 = await api.paal_text_to_image(prompt="cat beautiful")
print(response_2)
```

# Attribute
```python
# Use await
import akenoai as ak
_ = ak.AkenoPlus(key=...)
_.download_now(data)
_.clean(file_path)
_.terabox(link)
_.terabox_v2(link)
_.chatgpt_old(query)
_.chatgpt_mode_web(query)
_.sites_torrens_all()
_.search_for_torrents(params)
_.get_torrent_from_url(params)
_.get_recent(params)
_.get_category(params)
_.paal_see(files_open, params)
_.google_video_to_text(files_open, params)
_.google_image_to_text(files_open, params)
_.google_audio_to_text(files_open, params)
_.blackbox(query)
_.fbdown(link)
_.fdownloader(link)
_.capcut(link)

# Pornohub
# Use await
import akenoai as ak
_ = ak.Pornohub(key=...)
_.x_search(query)
_.x_download(query)
_.x_download(url, is_stream=True)
```

# License
[![License](https://www.gnu.org/graphics/agplv3-155x51.png)](LICENSE)
TeamKillerX is licensed under [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html) v3 or later.

<h4 align="center">Copyright (C) 2019 - 2024 The AkenoAI <a href="https://github.com/TeamKillerX">TeamKillerX</a>
<a href="https://t.me/xtdevs">@xtdevs</a>
</h4>

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 [RyuzakiLib](https://github.com/TeamKillerX/) 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/>.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "akenoai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": null,
    "keywords": "API, akeno-lib",
    "author": "TeamKillerX",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/0c/89/34b6fc795c8a782fde83ee35bda90ced250a80aa9aefa70696824229ad49/akenoai-1.3.7.tar.gz",
    "platform": null,
    "description": "# akenoai-lib\n- install : `pip3 install akenoai[porno]`\n\n### Docs\n- [`Docs AkenoAI All`](https://private-akeno.randydev.my.id/docs)\n\n### Google-Dev\n> performance high speed API\n> `google_video_to_text`\n> `google_audio_to_text`\n\n> params string optional: `prompt`, `mime_type`\n\n### Example this\n```python\nimport akenoai as dev\n\nfile_path = \"example.jpg\"\n\napi = dev.AkenoPlus(key=...)\n\nresponse = await api.google_image_to_text(files_open=file_path)\n\nprint(response)\n```\n\n### Paal AI Dev\n> method `paal_see`\n\n> params string optional: `lang=\"en\"` and `is_trans=\"True\"`\n\n### Example this\n```python\nimport akenoai as dev\n\nfile_path = \"example.jpg\"\napi = dev.AkenoPlus(key=...)\nresponse = await api.paal_see(files_open=file_path)\nprint(response)\n\nresponse_2 = await api.paal_text_to_image(prompt=\"cat beautiful\")\nprint(response_2)\n```\n\n# Attribute\n```python\n# Use await\nimport akenoai as ak\n_ = ak.AkenoPlus(key=...)\n_.download_now(data)\n_.clean(file_path)\n_.terabox(link)\n_.terabox_v2(link)\n_.chatgpt_old(query)\n_.chatgpt_mode_web(query)\n_.sites_torrens_all()\n_.search_for_torrents(params)\n_.get_torrent_from_url(params)\n_.get_recent(params)\n_.get_category(params)\n_.paal_see(files_open, params)\n_.google_video_to_text(files_open, params)\n_.google_image_to_text(files_open, params)\n_.google_audio_to_text(files_open, params)\n_.blackbox(query)\n_.fbdown(link)\n_.fdownloader(link)\n_.capcut(link)\n\n# Pornohub\n# Use await\nimport akenoai as ak\n_ = ak.Pornohub(key=...)\n_.x_search(query)\n_.x_download(query)\n_.x_download(url, is_stream=True)\n```\n\n# License\n[![License](https://www.gnu.org/graphics/agplv3-155x51.png)](LICENSE)\nTeamKillerX is licensed under [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html) v3 or later.\n\n<h4 align=\"center\">Copyright (C) 2019 - 2024 The AkenoAI <a href=\"https://github.com/TeamKillerX\">TeamKillerX</a>\n<a href=\"https://t.me/xtdevs\">@xtdevs</a>\n</h4>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nProject [RyuzakiLib](https://github.com/TeamKillerX/) is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see <https://www.gnu.org/licenses/>.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "AkenoAi Python Wrapper For Plus+",
    "version": "1.3.7",
    "project_urls": {
        "Issues": "https://github.com/TeamKillerX/akenoai-lib/issues",
        "Source": "https://github.com/TeamKillerX/akenoai-lib/"
    },
    "split_keywords": [
        "api",
        " akeno-lib"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aa3b7f715c93652cbdeeaf69c193f086d0612ed7374b94e511829bf66c9d49b2",
                "md5": "16cac22b86b6c325e79c842a8894aef9",
                "sha256": "ab6821688b6eaa0eb94cd0ee36b1c1cbd4e1f0ae7f8387cc0396b0a404eac632"
            },
            "downloads": -1,
            "filename": "akenoai-1.3.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16cac22b86b6c325e79c842a8894aef9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 28878,
            "upload_time": "2025-02-03T04:07:29",
            "upload_time_iso_8601": "2025-02-03T04:07:29.301308Z",
            "url": "https://files.pythonhosted.org/packages/aa/3b/7f715c93652cbdeeaf69c193f086d0612ed7374b94e511829bf66c9d49b2/akenoai-1.3.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c8934b6fc795c8a782fde83ee35bda90ced250a80aa9aefa70696824229ad49",
                "md5": "0268db717c392f3b7fd27d0b55b8dc03",
                "sha256": "e4a2832e806e5c78b3fedd5fb690ad42c86f6080dbe0938fc963c7cbe82f37d5"
            },
            "downloads": -1,
            "filename": "akenoai-1.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "0268db717c392f3b7fd27d0b55b8dc03",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 27732,
            "upload_time": "2025-02-03T04:07:31",
            "upload_time_iso_8601": "2025-02-03T04:07:31.058935Z",
            "url": "https://files.pythonhosted.org/packages/0c/89/34b6fc795c8a782fde83ee35bda90ced250a80aa9aefa70696824229ad49/akenoai-1.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-03 04:07:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TeamKillerX",
    "github_project": "akenoai-lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": []
        },
        {
            "name": "wget",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "httpx",
            "specs": []
        },
        {
            "name": "python-box",
            "specs": []
        }
    ],
    "lcname": "akenoai"
}
        
Elapsed time: 0.43096s