hercai


Namehercai JSON
Version 3.3.0 PyPI version JSON
download
home_pagehttps://github.com/Bes-js/Hercai.py
SummaryA powerful Python Package for interacting with the Herc.ai API.
upload_time2024-07-04 20:28:06
maintainerNone
docs_urlNone
authorfivesobes
requires_pythonNone
licenseGPL-3.0
keywords ai chatbot chatgpt gpt api web arc smart smartestchatbot api dalle dall-e text2image texttoimage text2img texttoimg image image-generator midjourney diffusion dall-e2 ai-images ai-images-generator gpt discord chat chatbot chatgpt4 chatgpt-4 openai open-ai hercai herc herc.ai smartest bot robot axios canvafy streamed-chatgpt-api dart-openai-sdk completions cli bin command console cmd bing bing-chat openaiapi open.ai openai-api luppux fivesobes gemini gemini-api gemini-pro google five bes discord-ai discordai free lodash react next chalk free lodash stable anime bes fivesobes five
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center"> <a href="#"> <img width=500 src="https://raw.githubusercontent.com/Bes-js/herc.ai/main/hercai-logo.png"></a></p> 
<p align="center"> <a href="https://render.com?ref=hercai"> <img width=200 height=90 src="https://raw.githubusercontent.com/Bes-js/herc.ai/main/render-logo.png"></a> </p>
<p align="center"> <img src="https://img.shields.io/github/repo-size/Bes-js/Hercai.py?style=for-the-badge"> <img src="https://img.shields.io/github/contributors/Bes-js/Hercai.py?style=for-the-badge"> <a href="https://discord.gg/luppux" target="_blank"> <img alt="Discord" src="https://img.shields.io/badge/Support-Click%20here-7289d9?style=for-the-badge&logo=discord"></p>

# [Herc.ai](https://discord.gg/luppux)

> **A powerful Python Package for interacting with the [Herc.ai](https://discord.gg/luppux) API.**

> **We Offer It To You For Free.**
> **[Herc.ai](https://discord.gg/luppux) Answers Your Question According To The Language, And It Supports All Languages.**

> **[✨ How about a one-time subscription to benefit from Hercai's features unlimitedly?](https://hercai-shop.onrender.com)**
**[✨ Use Hercai Unlimited with API Key!](https://hercai-shop.onrender.com)**
#
### ❔ [Support](https://discord.gg/luppux)
### 📖 [Document's](https://fivesobes.gitbook.io/hercai/)
### 📝 [Github](https://github.com/Bes-js/Hercai.py)
#
**📂 Installation**
```lua
pip install hercai
```
#
# Quick Example

**Exampe Construction;**
```py
 from hercai import Hercai
 herc = Hercai("") # If you have a Hercai API Key, please define it in this section. 
```
 
 > **Question API; [https://hercai.onrender.com/v3/hercai?question=](https://hercai.onrender.com/v3/hercai?question=)**

**Example Question For Python;**
```py
# Available Models 
# "v3" , "v3-32k" , "turbo" , "turbo-16k" , "gemini" , "llama3-70b" , "llama3-8b" , "mixtral-8x7b" , "gemma-7b" , "gemma2-9b"
# Default Model; "v3" 
# Premium Parameter; personality => Optional
question_result = herc.question(model="v3", content="hi, how are you?")
print(question_result)
# print(question_result["reply"]) For Reply
```
#

> **Text To Image API; [https://hercai.onrender.com/v3/text2image?prompt=](https://hercai.onrender.com/v3/text2image?prompt=)**

**Example Draw Image For Python;**
```py
# Available Models 
# "v1" , "v2" , "v2-beta" , "v3" (DALL-E) , "lexica" , "prodia", "simurg", "animefy", "raava", "shonin" 
# Default Model; "v3" 
image_result = herc.draw_image(model="simurg", prompt="A beautiful landscape", negative_prompt="Dark and gloomy")
print(image_result)
# print(image_result["url"]) For Image URL        
```
#
**Example Beta Model's Usage**
```py
# For Beta Question
question_result = herc.beta_question(...)

# For Beta Draw Image
image_result = herc.beta_draw_image(...)
```
#
# Credits
 
**[NPM Package For JavaScript & TypeScript](https://www.npmjs.com/package/hercai)**
#
**Made by [FiveSoBes](https://github.com/Bes-js) And [Luppux Development](https://github.com/Luppux)**


# Contact & Support

[![Discord Banner](https://api.weblutions.com/discord/invite/luppux/)](https://discord.gg/luppux)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Bes-js/Hercai.py",
    "name": "hercai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ai, chatbot, chatgpt, gpt, API, web, arc, smart, smartestchatbot, api, dalle, dall-e, text2image, texttoimage, text2img, texttoimg, image, image-generator, midjourney, diffusion, dall-e2, ai-images, ai-images-generator, gpt, discord, chat, chatbot, chatgpt4, chatgpt-4, openai, open-ai, hercai, herc, herc.ai, smartest, bot, robot, axios, canvafy, streamed-chatgpt-api, dart-openai-sdk, completions, cli, bin, command, console, cmd, bing, bing-chat, openaiapi, open.ai, openai-api, luppux, fivesobes, gemini, gemini-api, gemini-pro, google, five, bes, discord-ai, discordai, free, lodash, react, next, chalk, free, lodash, stable, anime, bes, fivesobes, five",
    "author": "fivesobes",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/84/fd/fea05eeda46fdbb761dde6d0fe6866e035430db4c4170733af7410ce11f7/hercai-3.3.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\"> <a href=\"#\"> <img width=500 src=\"https://raw.githubusercontent.com/Bes-js/herc.ai/main/hercai-logo.png\"></a></p> \n<p align=\"center\"> <a href=\"https://render.com?ref=hercai\"> <img width=200 height=90 src=\"https://raw.githubusercontent.com/Bes-js/herc.ai/main/render-logo.png\"></a> </p>\n<p align=\"center\"> <img src=\"https://img.shields.io/github/repo-size/Bes-js/Hercai.py?style=for-the-badge\"> <img src=\"https://img.shields.io/github/contributors/Bes-js/Hercai.py?style=for-the-badge\"> <a href=\"https://discord.gg/luppux\" target=\"_blank\"> <img alt=\"Discord\" src=\"https://img.shields.io/badge/Support-Click%20here-7289d9?style=for-the-badge&logo=discord\"></p>\n\n# [Herc.ai](https://discord.gg/luppux)\n\n> **A powerful Python Package for interacting with the [Herc.ai](https://discord.gg/luppux) API.**\n\n> **We Offer It To You For Free.**\n> **[Herc.ai](https://discord.gg/luppux) Answers Your Question According To The Language, And It Supports All Languages.**\n\n> **[\u2728 How about a one-time subscription to benefit from Hercai's features unlimitedly?](https://hercai-shop.onrender.com)**\n**[\u2728 Use Hercai Unlimited with API Key!](https://hercai-shop.onrender.com)**\n#\n### \u2754 [Support](https://discord.gg/luppux)\n### \ud83d\udcd6 [Document's](https://fivesobes.gitbook.io/hercai/)\n### \ud83d\udcdd [Github](https://github.com/Bes-js/Hercai.py)\n#\n**\ud83d\udcc2 Installation**\n```lua\npip install hercai\n```\n#\n# Quick Example\n\n**Exampe Construction;**\n```py\n from hercai import Hercai\n herc = Hercai(\"\") # If you have a Hercai API Key, please define it in this section. \n```\n \n > **Question API; [https://hercai.onrender.com/v3/hercai?question=](https://hercai.onrender.com/v3/hercai?question=)**\n\n**Example Question For Python;**\n```py\n# Available Models \n# \"v3\" , \"v3-32k\" , \"turbo\" , \"turbo-16k\" , \"gemini\" , \"llama3-70b\" , \"llama3-8b\" , \"mixtral-8x7b\" , \"gemma-7b\" , \"gemma2-9b\"\n# Default Model; \"v3\" \n# Premium Parameter; personality => Optional\nquestion_result = herc.question(model=\"v3\", content=\"hi, how are you?\")\nprint(question_result)\n# print(question_result[\"reply\"]) For Reply\n```\n#\n\n> **Text To Image API; [https://hercai.onrender.com/v3/text2image?prompt=](https://hercai.onrender.com/v3/text2image?prompt=)**\n\n**Example Draw Image For Python;**\n```py\n# Available Models \n# \"v1\" , \"v2\" , \"v2-beta\" , \"v3\" (DALL-E) , \"lexica\" , \"prodia\", \"simurg\", \"animefy\", \"raava\", \"shonin\" \n# Default Model; \"v3\" \nimage_result = herc.draw_image(model=\"simurg\", prompt=\"A beautiful landscape\", negative_prompt=\"Dark and gloomy\")\nprint(image_result)\n# print(image_result[\"url\"]) For Image URL        \n```\n#\n**Example Beta Model's Usage**\n```py\n# For Beta Question\nquestion_result = herc.beta_question(...)\n\n# For Beta Draw Image\nimage_result = herc.beta_draw_image(...)\n```\n#\n# Credits\n \n**[NPM Package For JavaScript & TypeScript](https://www.npmjs.com/package/hercai)**\n#\n**Made by [FiveSoBes](https://github.com/Bes-js) And [Luppux Development](https://github.com/Luppux)**\n\n\n# Contact & Support\n\n[![Discord Banner](https://api.weblutions.com/discord/invite/luppux/)](https://discord.gg/luppux)\n\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "A powerful Python Package for interacting with the Herc.ai API.",
    "version": "3.3.0",
    "project_urls": {
        "Homepage": "https://github.com/Bes-js/Hercai.py"
    },
    "split_keywords": [
        "ai",
        " chatbot",
        " chatgpt",
        " gpt",
        " api",
        " web",
        " arc",
        " smart",
        " smartestchatbot",
        " api",
        " dalle",
        " dall-e",
        " text2image",
        " texttoimage",
        " text2img",
        " texttoimg",
        " image",
        " image-generator",
        " midjourney",
        " diffusion",
        " dall-e2",
        " ai-images",
        " ai-images-generator",
        " gpt",
        " discord",
        " chat",
        " chatbot",
        " chatgpt4",
        " chatgpt-4",
        " openai",
        " open-ai",
        " hercai",
        " herc",
        " herc.ai",
        " smartest",
        " bot",
        " robot",
        " axios",
        " canvafy",
        " streamed-chatgpt-api",
        " dart-openai-sdk",
        " completions",
        " cli",
        " bin",
        " command",
        " console",
        " cmd",
        " bing",
        " bing-chat",
        " openaiapi",
        " open.ai",
        " openai-api",
        " luppux",
        " fivesobes",
        " gemini",
        " gemini-api",
        " gemini-pro",
        " google",
        " five",
        " bes",
        " discord-ai",
        " discordai",
        " free",
        " lodash",
        " react",
        " next",
        " chalk",
        " free",
        " lodash",
        " stable",
        " anime",
        " bes",
        " fivesobes",
        " five"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "221ee5d63a8efa6befa368e5a2200f1a0d43a9d92c853deb14ed9ff045fc8e2c",
                "md5": "444afa1e7eec36ecb322608a5ffd129d",
                "sha256": "c9ab694ce5258ac4792b13efcd60202b798e0a15e7465875688e4b1915fe207d"
            },
            "downloads": -1,
            "filename": "hercai-3.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "444afa1e7eec36ecb322608a5ffd129d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16308,
            "upload_time": "2024-07-04T20:28:04",
            "upload_time_iso_8601": "2024-07-04T20:28:04.477953Z",
            "url": "https://files.pythonhosted.org/packages/22/1e/e5d63a8efa6befa368e5a2200f1a0d43a9d92c853deb14ed9ff045fc8e2c/hercai-3.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84fdfea05eeda46fdbb761dde6d0fe6866e035430db4c4170733af7410ce11f7",
                "md5": "6b0235d476c21fd36b0fef7c058fc928",
                "sha256": "80f08cd11262d0c74f619fae45d0ae66bad9eab257efd17eab99307647f47a1e"
            },
            "downloads": -1,
            "filename": "hercai-3.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6b0235d476c21fd36b0fef7c058fc928",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16408,
            "upload_time": "2024-07-04T20:28:06",
            "upload_time_iso_8601": "2024-07-04T20:28:06.421923Z",
            "url": "https://files.pythonhosted.org/packages/84/fd/fea05eeda46fdbb761dde6d0fe6866e035430db4c4170733af7410ce11f7/hercai-3.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-04 20:28:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Bes-js",
    "github_project": "Hercai.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "hercai"
}
        
Elapsed time: 0.35806s