AsyncPywhatKit


NameAsyncPywhatKit JSON
Version 2.2.7.3 PyPI version JSON
download
home_pagehttps://github.com/SigireddyBalasai/AsyncPywhatKit
SummaryAsyncPywhatKit is a Simple and Powerful WhatsApp Automation Library with many useful Features
upload_time2023-05-29 13:46:01
maintainer
docs_urlNone
authorSigireddyBalasai
requires_python
licenseMIT
keywords sendwhatmsg info playonyt search watch_tutorial async pywhatkit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![image](https://raw.githubusercontent.com/SigireddyBalasai/AsyncPywhatKit/main/logo.png)](https://raw.githubusercontent.com/SigireddyBalasai/AsyncPywhatKit/main/logo.png)

[![image](https://flat.badgen.net/github/stars/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/stargazers)
[![image](https://flat.badgen.net/github/forks/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/network/members)
[![image](https://flat.badgen.net/github/open-issues/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/issues)
[![image](https://flat.badgen.net/github/open-prs/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/pulls)
[![image](https://flat.badgen.net/github/commits/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/commits/master)
[![image](https://flat.badgen.net/github/license/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/LICENCE)
[![image](https://flat.badgen.net/github/contributors/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/graphs/contributors)
[![image](https://flat.badgen.net/github/release/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/releases)
![image](https://img.shields.io/github/languages/count/SigireddyBalasai/AsyncPywhatKit)
![image](https://img.shields.io/github/languages/top/SigireddyBalasai/AsyncPywhatKit)
![image](https://img.shields.io/librariesio/release/pypi/AsyncPywhatKit)
![image](https://img.shields.io/github/repo-size/SigireddyBalasai/AsyncPywhatKit)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FSigireddyBalasai%2FAsyncpywhatkit&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
<a href="https://scan.coverity.com/projects/sigireddybalasai-asyncpywhatkit">
  <img alt="Coverity Scan Build Status"
       src="https://img.shields.io/coverity/scan/27211.svg"/>
</a>


[AsyncPywhatKit](https://pypi.org/project/AsyncPywhatKit/) is a Python library with various helpful features. It's easy-to-use and does not require you to do any additional setup. Currently, it is one of the most popular library for WhatsApp and YouTube automation. New updates are released frequently with new features and bug fixes.

# Links

- **Join our discord server - https://discord.gg/NDXdB6tNwa**
- **Documentation - [Wiki](https://github.com/SigireddyBalasai/AsyncPywhatKit/wiki/)**

## Installation and Supported Versions

AsyncPywhatKit is available on PyPi:

```bash
python3 -m pip install AsyncPywhatKit
```

```bash
pip3 install AsyncPywhatKit
```

PyWhatKit officially supports Python 3.8+.

## Cloning the Repository

```bash
git clone https://github.com/SigireddyBalasai/AsyncPywhatKit
```
```py
import asyncio
import AsyncPywhatKit


async def main():
    # Send a WhatsApp Message to a Contact at 1:30 PM
    await AsyncPywhatKit.sendwhatmsg("+910123456789", "Hi", 13, 30)

    # Same as above but Closes the Tab in 2 Seconds after Sending the Message
    await AsyncPywhatKit.src.sendwhatmsg("+910123456789", "Hi", 13, 30, 15, True, 2)

    # Send an Image to a Group with the Caption as Hello
    await AsyncPywhatKit.src.sendwhats_image("AB123CDEFGHijklmn", "Images/Hello.png", "Hello")

    # Send an Image to a Contact with the no Caption
    await AsyncPywhatKit.src.sendwhats_image("+910123456789", "Images/Hello.png")

    # Send a WhatsApp Message to a Group at 12:00 AM
    await AsyncPywhatKit.src.sendwhatmsg_to_group("AB123CDEFGHijklmn", "Hey All!", 0, 0)

    # Send a WhatsApp Message to a Group instantly
    await AsyncPywhatKit.src.sendwhatmsg_to_group_instantly("AB123CDEFGHijklmn", "Hey All!")


asyncio.run(main())
```

For more Examples and Functions, have a look at the [Wiki](https://github.com/SigireddyBalasai/AsyncPywhatKit/wiki/).

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Be sure to read the [Guidelines](https://github.com/SigireddyBalasai/AsyncPywhatKit/blob/main/CONTRIBUTING.md) before Contributing.

## License

Apache license 2.0
For more information see [this](https://github.com/SigireddyBalasai/AsyncPywhatKit/blob/main/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SigireddyBalasai/AsyncPywhatKit",
    "name": "AsyncPywhatKit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sendwhatmsg,info,playonyt,search,watch_tutorial,async pywhatkit",
    "author": "SigireddyBalasai",
    "author_email": "sigireddybalasai@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/41/31/c53af2f4a98250f1cfa1695cc877d9b51a33ddaa6c42e5bff775401061f1/AsyncPywhatKit-2.2.7.3.tar.gz",
    "platform": null,
    "description": "[![image](https://raw.githubusercontent.com/SigireddyBalasai/AsyncPywhatKit/main/logo.png)](https://raw.githubusercontent.com/SigireddyBalasai/AsyncPywhatKit/main/logo.png)\r\n\r\n[![image](https://flat.badgen.net/github/stars/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/stargazers)\r\n[![image](https://flat.badgen.net/github/forks/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/network/members)\r\n[![image](https://flat.badgen.net/github/open-issues/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/issues)\r\n[![image](https://flat.badgen.net/github/open-prs/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/pulls)\r\n[![image](https://flat.badgen.net/github/commits/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/commits/master)\r\n[![image](https://flat.badgen.net/github/license/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/LICENCE)\r\n[![image](https://flat.badgen.net/github/contributors/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/graphs/contributors)\r\n[![image](https://flat.badgen.net/github/release/SigireddyBalasai/AsyncPywhatKit)](https://github.com/SigireddyBalasai/AsyncPywhatKit/releases)\r\n![image](https://img.shields.io/github/languages/count/SigireddyBalasai/AsyncPywhatKit)\r\n![image](https://img.shields.io/github/languages/top/SigireddyBalasai/AsyncPywhatKit)\r\n![image](https://img.shields.io/librariesio/release/pypi/AsyncPywhatKit)\r\n![image](https://img.shields.io/github/repo-size/SigireddyBalasai/AsyncPywhatKit)\r\n[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FSigireddyBalasai%2FAsyncpywhatkit&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)\r\n<a href=\"https://scan.coverity.com/projects/sigireddybalasai-asyncpywhatkit\">\r\n  <img alt=\"Coverity Scan Build Status\"\r\n       src=\"https://img.shields.io/coverity/scan/27211.svg\"/>\r\n</a>\r\n\r\n\r\n[AsyncPywhatKit](https://pypi.org/project/AsyncPywhatKit/) is a Python library with various helpful features. It's easy-to-use and does not require you to do any additional setup. Currently, it is one of the most popular library for WhatsApp and YouTube automation. New updates are released frequently with new features and bug fixes.\r\n\r\n# Links\r\n\r\n- **Join our discord server - https://discord.gg/NDXdB6tNwa**\r\n- **Documentation - [Wiki](https://github.com/SigireddyBalasai/AsyncPywhatKit/wiki/)**\r\n\r\n## Installation and Supported Versions\r\n\r\nAsyncPywhatKit is available on PyPi:\r\n\r\n```bash\r\npython3 -m pip install AsyncPywhatKit\r\n```\r\n\r\n```bash\r\npip3 install AsyncPywhatKit\r\n```\r\n\r\nPyWhatKit officially supports Python 3.8+.\r\n\r\n## Cloning the Repository\r\n\r\n```bash\r\ngit clone https://github.com/SigireddyBalasai/AsyncPywhatKit\r\n```\r\n```py\r\nimport asyncio\r\nimport AsyncPywhatKit\r\n\r\n\r\nasync def main():\r\n    # Send a WhatsApp Message to a Contact at 1:30 PM\r\n    await AsyncPywhatKit.sendwhatmsg(\"+910123456789\", \"Hi\", 13, 30)\r\n\r\n    # Same as above but Closes the Tab in 2 Seconds after Sending the Message\r\n    await AsyncPywhatKit.src.sendwhatmsg(\"+910123456789\", \"Hi\", 13, 30, 15, True, 2)\r\n\r\n    # Send an Image to a Group with the Caption as Hello\r\n    await AsyncPywhatKit.src.sendwhats_image(\"AB123CDEFGHijklmn\", \"Images/Hello.png\", \"Hello\")\r\n\r\n    # Send an Image to a Contact with the no Caption\r\n    await AsyncPywhatKit.src.sendwhats_image(\"+910123456789\", \"Images/Hello.png\")\r\n\r\n    # Send a WhatsApp Message to a Group at 12:00 AM\r\n    await AsyncPywhatKit.src.sendwhatmsg_to_group(\"AB123CDEFGHijklmn\", \"Hey All!\", 0, 0)\r\n\r\n    # Send a WhatsApp Message to a Group instantly\r\n    await AsyncPywhatKit.src.sendwhatmsg_to_group_instantly(\"AB123CDEFGHijklmn\", \"Hey All!\")\r\n\r\n\r\nasyncio.run(main())\r\n```\r\n\r\nFor more Examples and Functions, have a look at the [Wiki](https://github.com/SigireddyBalasai/AsyncPywhatKit/wiki/).\r\n\r\n## Contributing\r\n\r\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\r\nBe sure to read the [Guidelines](https://github.com/SigireddyBalasai/AsyncPywhatKit/blob/main/CONTRIBUTING.md) before Contributing.\r\n\r\n## License\r\n\r\nApache license 2.0\r\nFor more information see [this](https://github.com/SigireddyBalasai/AsyncPywhatKit/blob/main/LICENSE)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "AsyncPywhatKit is a Simple and Powerful WhatsApp Automation Library with many useful Features",
    "version": "2.2.7.3",
    "project_urls": {
        "Download": "https://github.com/SigireddyBalasai/AsyncPywhatKit/archive/refs/tags/1.0.tar.gz",
        "Homepage": "https://github.com/SigireddyBalasai/AsyncPywhatKit"
    },
    "split_keywords": [
        "sendwhatmsg",
        "info",
        "playonyt",
        "search",
        "watch_tutorial",
        "async pywhatkit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4131c53af2f4a98250f1cfa1695cc877d9b51a33ddaa6c42e5bff775401061f1",
                "md5": "a1f95113804547312b0a544712b9fa22",
                "sha256": "fd8e941ba3ef9c248c021023b9b8527fab5e810944454f05e435e384ccdf5c1b"
            },
            "downloads": -1,
            "filename": "AsyncPywhatKit-2.2.7.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a1f95113804547312b0a544712b9fa22",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3002867,
            "upload_time": "2023-05-29T13:46:01",
            "upload_time_iso_8601": "2023-05-29T13:46:01.881236Z",
            "url": "https://files.pythonhosted.org/packages/41/31/c53af2f4a98250f1cfa1695cc877d9b51a33ddaa6c42e5bff775401061f1/AsyncPywhatKit-2.2.7.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-29 13:46:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SigireddyBalasai",
    "github_project": "AsyncPywhatKit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "asyncpywhatkit"
}
        
Elapsed time: 0.08745s