esycord


Nameesycord JSON
Version 1.3 PyPI version JSON
download
home_pageNone
SummaryThe most beginner friendly discord package
upload_time2024-11-05 05:12:52
maintainerNone
docs_urlNone
authorAayush Srivastava
requires_python>=3.9
licenseNone
keywords discord bot maker beginner discord discord discord simple easycord esycord
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            esycord
==========

.. image:: https://discord.com/api/guilds/336642139381301249/embed.png
   :target: https://discord.com/users/795873954668871731
   :alt: Discord User
.. image:: https://img.shields.io/pypi/v/esycord.svg
   :target: https://pypi.python.org/pypi/esycord
   :alt: PyPI version info
.. image:: https://img.shields.io/pypi/pyversions/esycord.svg
   :target: https://pypi.python.org/pypi/esycord
   :alt: PyPI supported Python versions

This is a very beginner friendly package for all those who wanna make a Discord bot but dont have much experience with Discord's API Wrapper.


Installing
----------

**Python 3.11 or higher is required**


.. code:: sh

    # Linux/macOS
    python3 -m pip install -U esycord

    # Windows
    py -3 -m pip install -U esycord

Bot Example
----------------

.. code:: py

    import esycord
    from esycord import discord

    intents = discord.Intents.default()
    intents.message_content = True

    bot = esycord.Bot('!', intents=intents)
    @bot.event
    async def on_ready():
        print(f'Logged in as {bot.user}')
    
    @bot.event
    async def on_message(message):
    if message == 'ping':
        await message.channel.send('pong')
    bot.run('token')


Links
------

- `Documentation <https://github.com/Aayush-Srivastava2410/esycord/wiki>`_
- `Discord User <https://discord.gg/users/795873954668871731>`_

Future
-------
- Automod
- Full Voice Support

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "esycord",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "Discord bot maker, beginner discord, discord, discord simple, easycord, esycord",
    "author": "Aayush Srivastava",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/32/eb/752dd494a640282700a71267ab74ede6a2ec7678d1c4afb8f76b41335ba4/esycord-1.3.tar.gz",
    "platform": null,
    "description": "esycord\n==========\n\n.. image:: https://discord.com/api/guilds/336642139381301249/embed.png\n   :target: https://discord.com/users/795873954668871731\n   :alt: Discord User\n.. image:: https://img.shields.io/pypi/v/esycord.svg\n   :target: https://pypi.python.org/pypi/esycord\n   :alt: PyPI version info\n.. image:: https://img.shields.io/pypi/pyversions/esycord.svg\n   :target: https://pypi.python.org/pypi/esycord\n   :alt: PyPI supported Python versions\n\nThis is a very beginner friendly package for all those who wanna make a Discord bot but dont have much experience with Discord's API Wrapper.\n\n\nInstalling\n----------\n\n**Python 3.11 or higher is required**\n\n\n.. code:: sh\n\n    # Linux/macOS\n    python3 -m pip install -U esycord\n\n    # Windows\n    py -3 -m pip install -U esycord\n\nBot Example\n----------------\n\n.. code:: py\n\n    import esycord\n    from esycord import discord\n\n    intents = discord.Intents.default()\n    intents.message_content = True\n\n    bot = esycord.Bot('!', intents=intents)\n    @bot.event\n    async def on_ready():\n        print(f'Logged in as {bot.user}')\n    \n    @bot.event\n    async def on_message(message):\n    if message == 'ping':\n        await message.channel.send('pong')\n    bot.run('token')\n\n\nLinks\n------\n\n- `Documentation <https://github.com/Aayush-Srivastava2410/esycord/wiki>`_\n- `Discord User <https://discord.gg/users/795873954668871731>`_\n\nFuture\n-------\n- Automod\n- Full Voice Support\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "The most beginner friendly discord package",
    "version": "1.3",
    "project_urls": {
        "Discord": "https://discord.com/users/795873954668871731",
        "Documentation": "https://github.com/Aayush-Srivastava2410/esycord/wiki",
        "Issues": "https://github.com/Aayush-Srivastava2410/esycord/issues",
        "Repository": "https://github.com/Aayush-Srivastava2410/esycord"
    },
    "split_keywords": [
        "discord bot maker",
        " beginner discord",
        " discord",
        " discord simple",
        " easycord",
        " esycord"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa27d0a49648a4fa9a6f75619eeda096213685825c4d60f4c1f01de9f4ce5eb4",
                "md5": "28979b3e0bc031f5323c2fac1632e599",
                "sha256": "1deef2fd5a46333f3a460296da36f4503b098123d828c41f1ea2fb28e7a76b5b"
            },
            "downloads": -1,
            "filename": "esycord-1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "28979b3e0bc031f5323c2fac1632e599",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8855,
            "upload_time": "2024-11-05T05:12:51",
            "upload_time_iso_8601": "2024-11-05T05:12:51.138462Z",
            "url": "https://files.pythonhosted.org/packages/aa/27/d0a49648a4fa9a6f75619eeda096213685825c4d60f4c1f01de9f4ce5eb4/esycord-1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32eb752dd494a640282700a71267ab74ede6a2ec7678d1c4afb8f76b41335ba4",
                "md5": "7ac44a953077d5c18c0d11bef64b2fce",
                "sha256": "2a720b4d49629411263fa353357c1e989543b5ff75edc2c08cfa815f2acaca8d"
            },
            "downloads": -1,
            "filename": "esycord-1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7ac44a953077d5c18c0d11bef64b2fce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 9041,
            "upload_time": "2024-11-05T05:12:52",
            "upload_time_iso_8601": "2024-11-05T05:12:52.679264Z",
            "url": "https://files.pythonhosted.org/packages/32/eb/752dd494a640282700a71267ab74ede6a2ec7678d1c4afb8f76b41335ba4/esycord-1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 05:12:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Aayush-Srivastava2410",
    "github_project": "esycord",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "esycord"
}
        
Elapsed time: 0.42725s