discohooker


Namediscohooker JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://replit.com/@MAX110331/discohooker
SummaryA easy PyPI to send Discord Webhook!
upload_time2023-10-29 03:18:35
maintainer
docs_urlNone
authorMaxPython110331
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Quick Start
----------------
**Step 1:**
> Install [Discohooker](https://pypi.org/project/discohooker/) in Shell.
> 
> ```pip install discohooker```
----------------
**Step 2:**
> Get your Webhook link in [Discord](https://discord.com/channels/@me).
---------------
**Step 3:**
> Import Discohooker.
>
> ```py
> import discohooker
> ```
-------------
**Step 4:**
> Setup [Webhook](https://discord.com/developers/docs/resources/webhook).
>
> ```py
> webhook=discohooker.Webhook(
>     weburl="YOUR DISCORD WEBHOOK URL",
>     name="DISCORD WEBHOOK NAME(IF YOU HAVE SET IN DISCORD ALREADY, YOU MUST NOT ENTER.)",
>     avatar_url="DISCORD WEBHOOK AVATAR URL(IF YOU HAVE SET IN DISCORD ALREADY, YOU MUST NOT ENTER.)"
> )
> ```
------------
**Step 5:**
> Send [Message](https://discord.com/developers/docs/resources/channel#message-object).
>
> ```py
> @discohooker.Tasks.worker
> async def run():
>     await webhook.send_message("I am made by Discohooker!")
> ```
--------------
DONE! Do you feel very easy? 

            

Raw data

            {
    "_id": null,
    "home_page": "https://replit.com/@MAX110331/discohooker",
    "name": "discohooker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "MaxPython110331",
    "author_email": "max.gamil110331@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a3/12/75edd58d3b5dbedf0ac35af70267cf65243c2ac3367b724b55e669626fba/discohooker-1.0.6.tar.gz",
    "platform": null,
    "description": "# Quick Start\n----------------\n**Step 1:**\n> Install [Discohooker](https://pypi.org/project/discohooker/) in Shell.\n> \n> ```pip install discohooker```\n----------------\n**Step 2:**\n> Get your Webhook link in [Discord](https://discord.com/channels/@me).\n---------------\n**Step 3:**\n> Import Discohooker.\n>\n> ```py\n> import discohooker\n> ```\n-------------\n**Step 4:**\n> Setup [Webhook](https://discord.com/developers/docs/resources/webhook).\n>\n> ```py\n> webhook=discohooker.Webhook(\n>     weburl=\"YOUR DISCORD WEBHOOK URL\",\n>     name=\"DISCORD WEBHOOK NAME(IF YOU HAVE SET IN DISCORD ALREADY, YOU MUST NOT ENTER.)\",\n>     avatar_url=\"DISCORD WEBHOOK AVATAR URL(IF YOU HAVE SET IN DISCORD ALREADY, YOU MUST NOT ENTER.)\"\n> )\n> ```\n------------\n**Step 5:**\n> Send [Message](https://discord.com/developers/docs/resources/channel#message-object).\n>\n> ```py\n> @discohooker.Tasks.worker\n> async def run():\n>     await webhook.send_message(\"I am made by Discohooker!\")\n> ```\n--------------\nDONE! Do you feel very easy? \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A easy PyPI to send Discord Webhook!",
    "version": "1.0.6",
    "project_urls": {
        "Homepage": "https://replit.com/@MAX110331/discohooker"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b695e24ba8edd46b66961dc762c2f6e49f83b5d671ce3a0097a168285ef195cc",
                "md5": "4bb99569e7366191e727110119f0eb98",
                "sha256": "ece6899e02f209926f32a3979ce5e9915155d60c45f81dae0cd47383e860041d"
            },
            "downloads": -1,
            "filename": "discohooker-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4bb99569e7366191e727110119f0eb98",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6615,
            "upload_time": "2023-10-29T03:18:33",
            "upload_time_iso_8601": "2023-10-29T03:18:33.857933Z",
            "url": "https://files.pythonhosted.org/packages/b6/95/e24ba8edd46b66961dc762c2f6e49f83b5d671ce3a0097a168285ef195cc/discohooker-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a31275edd58d3b5dbedf0ac35af70267cf65243c2ac3367b724b55e669626fba",
                "md5": "c0bafff6cf2dde332ca5e0ce94f58313",
                "sha256": "55b1968e64f12e2b0660deea0784dc04ad5752636a4feef23687ee5ebd66c6bb"
            },
            "downloads": -1,
            "filename": "discohooker-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "c0bafff6cf2dde332ca5e0ce94f58313",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5203,
            "upload_time": "2023-10-29T03:18:35",
            "upload_time_iso_8601": "2023-10-29T03:18:35.566983Z",
            "url": "https://files.pythonhosted.org/packages/a3/12/75edd58d3b5dbedf0ac35af70267cf65243c2ac3367b724b55e669626fba/discohooker-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-29 03:18:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "discohooker"
}
        
Elapsed time: 1.07309s