CommonlyTools


NameCommonlyTools JSON
Version 2.1.3 PyPI version JSON
download
home_pagehttps://github.com/maxgamil110331/CommonlyTools
SummaryYou will use Python easily!
upload_time2023-04-27 04:45:59
maintainer
docs_urlNone
authorMaxPython110331
requires_python>=3.6
licenseMIT
keywords commonlytools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CommonlyTools

----------

How to use CommonlyTools?
>```pip install CommonlyTools```
----------

>commonlytools/discohook.py
>>Discord Webhook Sender
>>>Step 1(If you do not need to use embed, you can skip this step.)
>>>```py
>>>from commonlytools import discohook
>>>
>>>embed=discohook.Embed(color=..., colour=..., timestamp=..., title="...", description="...") #If you need, you can enter the colour, title or descriotion
>>>embed.author(name="...", url="...", icon_url="...") #author
>>>embed.footer(text="...", icon_url="...") #footer
>>>embed.image(image_url="...") #image
>>>embed.thumbnail(thumbnail_url="...") #thumbnail
>>>embed.add_field(name="...", value="...", inline=...) #add_field #This function can unlimited superposition.
>>>```
>>
>>Step 2
>>>```py
>>>discohook.send(webhook_url="...", username="...", avatar_url="...", content="...", embeds=[...])
>>>```
>>
>>Step 3
>>>```
>>>Message was sent!
>>>```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/maxgamil110331/CommonlyTools",
    "name": "CommonlyTools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "CommonlyTools",
    "author": "MaxPython110331",
    "author_email": "max.gamil110331@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ff/97/6b72e9ca12168cb1b916d6b924d2911166370e4e3eb70d6da1955c2bfb69/CommonlyTools-2.1.3.tar.gz",
    "platform": null,
    "description": "# CommonlyTools\n\n----------\n\nHow to use CommonlyTools?\n>```pip install CommonlyTools```\n----------\n\n>commonlytools/discohook.py\n>>Discord Webhook Sender\n>>>Step 1(If you do not need to use embed, you can skip this step.)\n>>>```py\n>>>from commonlytools import discohook\n>>>\n>>>embed=discohook.Embed(color=..., colour=..., timestamp=..., title=\"...\", description=\"...\") #If you need, you can enter the colour, title or descriotion\n>>>embed.author(name=\"...\", url=\"...\", icon_url=\"...\") #author\n>>>embed.footer(text=\"...\", icon_url=\"...\") #footer\n>>>embed.image(image_url=\"...\") #image\n>>>embed.thumbnail(thumbnail_url=\"...\") #thumbnail\n>>>embed.add_field(name=\"...\", value=\"...\", inline=...) #add_field #This function can unlimited superposition.\n>>>```\n>>\n>>Step 2\n>>>```py\n>>>discohook.send(webhook_url=\"...\", username=\"...\", avatar_url=\"...\", content=\"...\", embeds=[...])\n>>>```\n>>\n>>Step 3\n>>>```\n>>>Message was sent!\n>>>```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "You will use Python easily!",
    "version": "2.1.3",
    "split_keywords": [
        "commonlytools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aad73376881b83538b11ea1e69d1b70ee98fedf79941fac89005ec2b446fa6e9",
                "md5": "b8d40707fae8a3c5b9e176a5a60d62e4",
                "sha256": "acadf3e5ff3e981f3dbb170bd197f7133d1cff5d501a33587aa15214120af740"
            },
            "downloads": -1,
            "filename": "CommonlyTools-2.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b8d40707fae8a3c5b9e176a5a60d62e4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4130,
            "upload_time": "2023-04-27T04:45:56",
            "upload_time_iso_8601": "2023-04-27T04:45:56.502771Z",
            "url": "https://files.pythonhosted.org/packages/aa/d7/3376881b83538b11ea1e69d1b70ee98fedf79941fac89005ec2b446fa6e9/CommonlyTools-2.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff976b72e9ca12168cb1b916d6b924d2911166370e4e3eb70d6da1955c2bfb69",
                "md5": "5d23e20cb938535f01556b93ed16e6db",
                "sha256": "ae1c5a54ae013cba52e1a75126cbe50819dacb3967c031a181acd498aa667cef"
            },
            "downloads": -1,
            "filename": "CommonlyTools-2.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "5d23e20cb938535f01556b93ed16e6db",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3811,
            "upload_time": "2023-04-27T04:45:59",
            "upload_time_iso_8601": "2023-04-27T04:45:59.186628Z",
            "url": "https://files.pythonhosted.org/packages/ff/97/6b72e9ca12168cb1b916d6b924d2911166370e4e3eb70d6da1955c2bfb69/CommonlyTools-2.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-27 04:45:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "maxgamil110331",
    "github_project": "CommonlyTools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "commonlytools"
}
        
Elapsed time: 0.40146s