Metadata-Version: 2.1
Name: HorridAPI
Version: 1.0.36
Summary: Asynchronous Python Wrapper For HorridAPI
Home-page: https://github.com/Mishel-Tg/HorridAPI
Download-URL: https://github.com/Mishel-Tg/HorridAPI/blob/main/README.md
Author: Horrid
Author-email: narutomalayalam@gmail.com
License: MIT
Project-URL: Tracker, https://github.com/Mishel-Tg/HorridAPI/issues
Project-URL: Community, https://t.me/XBOTSUPPORTS
Project-URL: Source, https://github.com/Mishel-Tg/HorridAPI
Keywords: python,HorridAPI,mrz_bots,telegram,WhatsAppbot
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: Communications
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# HorridAPI

<p align="center">
    <a href="https://github.com/Mishel-tg/HorridAPI">
        <img src="https://img.shields.io/github/repo-size/Mishel-tg/HorridAPI?color=red&logo=github&logoColor=green&style=flat" />
    </a>
    <a href="https://github.com/Mishel-tg/HorridAPI/commits/main">
        <img src="https://img.shields.io/github/last-commit/Mishel-tg/HorridAPI?color=brown&logo=github&logoColor=green&style=flat" />
    </a>
    <a href="https://github.com/Mishel-tg/HorridAPI/issues">
        <img src="https://img.shields.io/github/issues/Mishel-tg/HorridAPI?color=blueviolet&logo=github&logoColor=green&style=flat" />
    </a>
    <a href="https://github.com/Mishel-tg/HorridAPI/fork">
        <img src="https://img.shields.io/github/forks/Mishel-tg/HorridAPI?color=orange&logo=github&logoColor=green&style=flat" />
    </a>
    <a href="https://github.com/Mishel-tg/HorridAPI/stargazers">
        <img src="https://img.shields.io/github/stars/Mishel-tg/HorridAPI?color=yellow&logo=github&logoColor=green&style=flat" />
    </a>
    <a href="https://pypi.org/project/HorridAPI/">
        <img src="https://img.shields.io/pypi/v/HorridAPI?color=yellow&label=HorridAPI&logo=python&logoColor=blue&style=flat" />
    </a>
</p>

# Pip Install

``` 
pip install HorridAPI
```


# Usage
```
from HorridAPI import api
ai = api.llama("who are you")
print(ai)
```

# MangoSeed 

Introducing MangoSeed AI

MangoSeed is a super cool AI that offers the following features:

* User Data Storage: You can save user data to the AI, allowing for personalized experiences and tailored interactions.
* Upgradability: The AI can be upgraded to make it even more cool and advanced, ensuring it stays cutting-edge and efficient.

# MangoSeed sample code

```
from MangoSeed import Mseed
from MangoSeed.payload import create_payload

ai = Mseed("") # add here your mongo db

response = ai.generate(
            system="You are a Help full assistant, You act like a good human",
            prompt=query,
            user_id=message.from_user.id,
            model="gpt-3.5"
        )
print(response["result"])
```

# MangoSeed user message delete

how to delete that user message from db 🤔

here the code of delete user data 

```
from MangoSeed import Mseed

delete = Mseed("") # add here your mongo db url


delete.delete_user_messages(12345) # add here which user data you want delete that user id
```
