discmoji


Namediscmoji JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA discord API wrapper.
upload_time2024-11-01 20:08:33
maintainerNone
docs_urlNone
authormojidev-py, XenonPy
requires_python>=3.8
licenseMIT
keywords api wrapper discord library
VCS
bugtrack_url
requirements aiohttp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # discmoji


[![CodeFactor](https://www.codefactor.io/repository/github/mojidev-py/discmoji/badge)](https://www.codefactor.io/repository/github/mojidev-py/discmoji)  ![License](https://img.shields.io/badge/License-MIT-blue?labelColor=gray&style=flat) [![PyPI - Version](https://img.shields.io/pypi/v/discmoji)](https://pypi.org/project/discmoji/)
 ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/mojidev-py/discmoji)




## ❔ What is Discmoji?
Discmoji is an API wrapper for Discord, made for fun!
This isn't meant for production use, and if it does get used a lot, the library will get a redesign.

## 💡 Suggestions? 
Open a issue with the label `enhancement`, and follow the template!

## ⭐️ Contributing
Discmoji needs contributors! contact me (mojidev-py) at `pycharmdudeig@gmail.com` to become one!

## 📖 Example
Replace `DISCORD_BOT_TOKEN` with your actual bot token.
```python
from discmoji import *
import asyncio

DISCORD_BOT_TOKEN = "1234567890"

Client = Bot(token=DISCORD_BOT_TOKEN,intents=123213123) 

@Client.command(name="example_command")
async def commd(ctx: Invoked):
    Client.get_guild(1234567)
    Client.send_message("message")

@commd.error()
async def example_error(ctx: Invoked,error: Exception):
    print("Something bad happened!")

asyncio.run(Client.connect)
```
## 📣 ANNOUNCEMENTS/FAQ


>### 🚀 Development Schedule???
>The development schedule will have fluctuations, but expect atleast 5 commits a week.
>###  🤞  1.0.0?
> 1.0.0 is going to come out in 2025. No solid dates yet!
>### ❔ Will this _ever_ be finished?
> Fingers Crossed!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "discmoji",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "API, wrapper, discord, library",
    "author": "mojidev-py, XenonPy",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a9/a4/25d8401b48162cbaf39effc878fe89f65da1bcf5d7dc188230616f989109/discmoji-0.1.0.tar.gz",
    "platform": null,
    "description": "# discmoji\r\n\r\n\r\n[![CodeFactor](https://www.codefactor.io/repository/github/mojidev-py/discmoji/badge)](https://www.codefactor.io/repository/github/mojidev-py/discmoji)  ![License](https://img.shields.io/badge/License-MIT-blue?labelColor=gray&style=flat) [![PyPI - Version](https://img.shields.io/pypi/v/discmoji)](https://pypi.org/project/discmoji/)\r\n ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/mojidev-py/discmoji)\r\n\r\n\r\n\r\n\r\n## \u2754 What is Discmoji?\r\nDiscmoji is an API wrapper for Discord, made for fun!\r\nThis isn't meant for production use, and if it does get used a lot, the library will get a redesign.\r\n\r\n## \ud83d\udca1 Suggestions? \r\nOpen a issue with the label `enhancement`, and follow the template!\r\n\r\n## \u2b50\ufe0f Contributing\r\nDiscmoji needs contributors! contact me (mojidev-py) at `pycharmdudeig@gmail.com` to become one!\r\n\r\n## \ud83d\udcd6 Example\r\nReplace `DISCORD_BOT_TOKEN` with your actual bot token.\r\n```python\r\nfrom discmoji import *\r\nimport asyncio\r\n\r\nDISCORD_BOT_TOKEN = \"1234567890\"\r\n\r\nClient = Bot(token=DISCORD_BOT_TOKEN,intents=123213123) \r\n\r\n@Client.command(name=\"example_command\")\r\nasync def commd(ctx: Invoked):\r\n    Client.get_guild(1234567)\r\n    Client.send_message(\"message\")\r\n\r\n@commd.error()\r\nasync def example_error(ctx: Invoked,error: Exception):\r\n    print(\"Something bad happened!\")\r\n\r\nasyncio.run(Client.connect)\r\n```\r\n## \ud83d\udce3 ANNOUNCEMENTS/FAQ\r\n\r\n\r\n>### \ud83d\ude80 Development Schedule???\r\n>The development schedule will have fluctuations, but expect atleast 5 commits a week.\r\n>###  \ud83e\udd1e  1.0.0?\r\n> 1.0.0 is going to come out in 2025. No solid dates yet!\r\n>### \u2754 Will this _ever_ be finished?\r\n> Fingers Crossed!\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A discord API wrapper.",
    "version": "0.1.0",
    "project_urls": {
        "github": "https://github.com/mojidev-py/discmoji/"
    },
    "split_keywords": [
        "api",
        " wrapper",
        " discord",
        " library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0cd41cff57eb5ce6a161089d1284cb131833ec6174353f57ddb45ef9999886f5",
                "md5": "06308e512d0f6addb8e5ffd3e3fbf956",
                "sha256": "0c010d51e72322e7b5d0ea7200bb28c723066e18e14b0f7e364100378406ea29"
            },
            "downloads": -1,
            "filename": "discmoji-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "06308e512d0f6addb8e5ffd3e3fbf956",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15555,
            "upload_time": "2024-11-01T20:08:32",
            "upload_time_iso_8601": "2024-11-01T20:08:32.300047Z",
            "url": "https://files.pythonhosted.org/packages/0c/d4/1cff57eb5ce6a161089d1284cb131833ec6174353f57ddb45ef9999886f5/discmoji-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9a425d8401b48162cbaf39effc878fe89f65da1bcf5d7dc188230616f989109",
                "md5": "e34f0d37b7a28c9f761fca6b56ba6b14",
                "sha256": "38a4cf2350a472b15cec8779e6f8b7f659b2e729445f25284e1dccf6d21f2667"
            },
            "downloads": -1,
            "filename": "discmoji-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e34f0d37b7a28c9f761fca6b56ba6b14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13850,
            "upload_time": "2024-11-01T20:08:33",
            "upload_time_iso_8601": "2024-11-01T20:08:33.897526Z",
            "url": "https://files.pythonhosted.org/packages/a9/a4/25d8401b48162cbaf39effc878fe89f65da1bcf5d7dc188230616f989109/discmoji-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-01 20:08:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mojidev-py",
    "github_project": "discmoji",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    ">=",
                    "3.9"
                ]
            ]
        }
    ],
    "lcname": "discmoji"
}
        
Elapsed time: 0.72440s