discmoji


Namediscmoji JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryA discord API wrapper.
upload_time2024-09-27 21:19:47
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
```python
from discmoji import *
import asyncio

Client = Bot(token="discord bot token",intents=123213123) 

@Client.command(name="example command")
async def commd(ctx: Invoked):
    asyncio.run(Client.get_guild(1234567))

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

asyncio.run(Client.connect)
```

### 🗓️ Release Date???
> Around October 17th or September 30th (0.3.0 is going to be a full release)
## 📣 ANNOUNCEMENTS/FAQ

> September 25th: We now have a solid release date for the library. The library has progressed from prealpha to alpha, and will be progressing into beta soon. Watch out!

>### 🚀 Development Schedule???
>The development schedule will have fluctuations, but expect atleast 5 commits a week.
>###  🤞  1.0.0?
> 1.0.0 is estimated to be made around March 2025, all the way to late May 2025 all the way to July 2025 (not very optimistic date, ik)
>### ❔ 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/83/2d/10d11c56b30f5a923ec53672e8fb6881a18f5f5eac1c811daa430d9e50b8/discmoji-0.2.2.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\n```python\r\nfrom discmoji import *\r\nimport asyncio\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    asyncio.run(Client.get_guild(1234567))\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\r\n### \ud83d\uddd3\ufe0f Release Date???\r\n> Around October 17th or September 30th (0.3.0 is going to be a full release)\r\n## \ud83d\udce3 ANNOUNCEMENTS/FAQ\r\n\r\n> September 25th: We now have a solid release date for the library. The library has progressed from prealpha to alpha, and will be progressing into beta soon. Watch out!\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 estimated to be made around March 2025, all the way to late May 2025 all the way to July 2025 (not very optimistic date, ik)\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.2.2",
    "project_urls": {
        "github": "https://github.com/mojidev-py/discmoji/"
    },
    "split_keywords": [
        "api",
        " wrapper",
        " discord",
        " library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cb1617972cccb2dcf8fc9f16d4a9bacd0f46797021ec94159c4ade302f97fb8",
                "md5": "260d2ad9e04f12890f224369527cf70d",
                "sha256": "5d07c4ca7500f3274cadabee4d5fee108d6f7133c025010e34bfa25bcf9f736f"
            },
            "downloads": -1,
            "filename": "discmoji-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "260d2ad9e04f12890f224369527cf70d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 21565,
            "upload_time": "2024-09-27T21:19:45",
            "upload_time_iso_8601": "2024-09-27T21:19:45.807025Z",
            "url": "https://files.pythonhosted.org/packages/7c/b1/617972cccb2dcf8fc9f16d4a9bacd0f46797021ec94159c4ade302f97fb8/discmoji-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "832d10d11c56b30f5a923ec53672e8fb6881a18f5f5eac1c811daa430d9e50b8",
                "md5": "81eac04964e33935d5105f17bac80aed",
                "sha256": "8c77eae3f438134fecbaec9d0f67bcb5cc62790bad25789f48f4685ec66253a4"
            },
            "downloads": -1,
            "filename": "discmoji-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "81eac04964e33935d5105f17bac80aed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21753,
            "upload_time": "2024-09-27T21:19:47",
            "upload_time_iso_8601": "2024-09-27T21:19:47.117484Z",
            "url": "https://files.pythonhosted.org/packages/83/2d/10d11c56b30f5a923ec53672e8fb6881a18f5f5eac1c811daa430d9e50b8/discmoji-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-27 21:19:47",
    "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.57110s