demon-connect


Namedemon-connect JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/anupammaurya6767/Demon_connect
SummaryWelcome to Demon Connect - WhatsApp API, your powerful tool for unleashing the potential of WhatsApp in your applications. This API allows you to integrate WhatsApp messaging into your projects with ease.
upload_time2023-10-16 23:07:50
maintainertarun jain
docs_urlNone
authoranupam maurya
requires_python>=3.11,<4.0
licenseMIT
keywords demon_connect python-whatsapp pywhatsapp pywhatsapp python-whatsapp-wrapper whatsapp api automate whatsapp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🌟 Demon Connect - WhatsApp API 🌟

<img align='right' src="https://github.com/anupammaurya6767/Demon_connect/blob/main/main.png" width="230">

<p align="center">
  <a href="#Overview">Overview</a> •
  <a href="#Features">Features</a> •
  <a href="#Usage">Usage</a> •
  <a href="#Installation">Installation</a> •
  <a href="#Contributing">Contributing</a> •
  <a href="#License">License</a>
</p>
<br/>
<p align="center">
<a href="https://pypi.org/project/demon-connect/">
  <img src="https://img.shields.io/badge/demon-connect?logo=pypi&logoColor=blue&label=demon-connect&labelColor=white&color=black" alt="Demon" />
</a>
<img src="https://readthedocs.org/projects/demon_connect/badge/?version=latest" alt="Docs" ><a href="https://demon-connect.readthedocs.io/" /></img>
<img src="https://img.shields.io/github/license/anupammaurya6767/Demon_connect" alt="License" ><a href="#" /></img>
<a href="https://chat.whatsapp.com/FGV7ef4d9tNGtfN8HDvbim"><img src="https://badges.aleen42.com/src/whatsapp.svg" alt="Whatsapp" /></a>
</p>

## Overview 👹

Welcome to **Demon Connect - WhatsApp API**, your powerful tool for unleashing the potential of WhatsApp in your applications. This API allows you to integrate WhatsApp messaging into your projects with ease.

<p align="center">
  <img src="https://github.com/anupammaurya6767/Demon_connect/blob/main/sc1.jpeg" alt="Demon Connect Screenshot">
</p>

Unleash the demon within as you explore the capabilities of this WhatsApp API. Transform your digital experience with the magic of **Demon Connect**.

## Features ✨

📲 **WhatsApp Integration**: Seamlessly integrate WhatsApp messaging into your applications.

📩 **Message Sending**: Send text messages, images, and videos programmatically.

🚀 **Group Messaging**: Engage with WhatsApp group chats via the API.

🪄 **Customization**: Customize and extend the API to suit your project's needs.

## Usage 📱

1. Install **Demon Connect - WhatsApp API** in your Python project.

2. Initialize the API and connect to WhatsApp Web.

3. Send messages and media programmatically to your WhatsApp contacts.

4. Explore advanced features and customization options.

<p align="center">
  <img src="https://github.com/anupammaurya6767/Demon_connect/blob/main/sc2.jpeg" alt="Demon Connect Demo">
</p>

## Installation 🧙‍♂️

1. Install Demon Connect via pip:
   ```bash
   pip install demon-connect
   ```

2. Include Demon Connect in your Python project:
   ```python
    from demon.whatsapp_api import Demon

    # Initialize the API
    whatsapp_api = Demon()

    # Log in to WhatsApp Web
    whatsapp_demon.login()

    # Send a message
     message = "heyy"
     contact = "Grp"
     whatsapp_demon.send_message(contact,message)
     whatsapp_demon.delete_message(contact,message)

    # Send an image (provide the path to the image file)
     image_path = r"C:\Users\raman\Downloads\aatman.jpg"
     contact = "Grp"
     whatsapp_demon.send_image(contact,image_path)


    # Send a video (provide the path to the video file)
     video_path = "path/to/your/video.mp4"
     whatsapp_demon.send_video(contact,video_path)

    # tag all in group
     group_name = "Grp"
     whatsapp_demon.tag_all(group_name)

    @whatsapp_demon.event
    def on_message(chat):
        print(f"New message from {chat.name}: {chat.message}")

    @whatsapp_demon.event
    def on_ready():
    print("Demon is ready!")
  
    chat = whatsapp_demon.open("Anupam Maurya")
    chat.send("HI")

   ```

## Contributing 🌟

Contributions are welcome! Feel free to open issues and pull requests to enhance the API's power.

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
<a href="https://github.com/anupammaurya6767/Demon_connect/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=anupammaurya6767/Demon_connect" />
</a>

## License 📜

This project is licensed under the **WhatsApp API License**. See the [LICENSE](LICENSE) file for details.

<p align="center">
  <img src="https://github.com/anupammaurya6767/Demon_connect/blob/main/image.png" alt="API License Seal">
</p>

Unlock the potential of WhatsApp in your applications with **Demon Connect - WhatsApp API**!


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/anupammaurya6767/Demon_connect",
    "name": "demon-connect",
    "maintainer": "tarun jain",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "tarunjainjain11@gmail.com",
    "keywords": "demon_connect,python-whatsapp,PyWhatsApp,pywhatsapp,python-whatsapp-wrapper,whatsapp API,automate whatsapp",
    "author": "anupam maurya",
    "author_email": "anupammaurya981@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cf/99/92c0f31814237b67c341cf2e776cbeb35a9c080588f4c013411f17d1bd56/demon_connect-1.0.4.tar.gz",
    "platform": null,
    "description": "# \ud83c\udf1f Demon Connect - WhatsApp API \ud83c\udf1f\n\n<img align='right' src=\"https://github.com/anupammaurya6767/Demon_connect/blob/main/main.png\" width=\"230\">\n\n<p align=\"center\">\n  <a href=\"#Overview\">Overview</a> \u2022\n  <a href=\"#Features\">Features</a> \u2022\n  <a href=\"#Usage\">Usage</a> \u2022\n  <a href=\"#Installation\">Installation</a> \u2022\n  <a href=\"#Contributing\">Contributing</a> \u2022\n  <a href=\"#License\">License</a>\n</p>\n<br/>\n<p align=\"center\">\n<a href=\"https://pypi.org/project/demon-connect/\">\n  <img src=\"https://img.shields.io/badge/demon-connect?logo=pypi&logoColor=blue&label=demon-connect&labelColor=white&color=black\" alt=\"Demon\" />\n</a>\n<img src=\"https://readthedocs.org/projects/demon_connect/badge/?version=latest\" alt=\"Docs\" ><a href=\"https://demon-connect.readthedocs.io/\" /></img>\n<img src=\"https://img.shields.io/github/license/anupammaurya6767/Demon_connect\" alt=\"License\" ><a href=\"#\" /></img>\n<a href=\"https://chat.whatsapp.com/FGV7ef4d9tNGtfN8HDvbim\"><img src=\"https://badges.aleen42.com/src/whatsapp.svg\" alt=\"Whatsapp\" /></a>\n</p>\n\n## Overview \ud83d\udc79\n\nWelcome to **Demon Connect - WhatsApp API**, your powerful tool for unleashing the potential of WhatsApp in your applications. This API allows you to integrate WhatsApp messaging into your projects with ease.\n\n<p align=\"center\">\n  <img src=\"https://github.com/anupammaurya6767/Demon_connect/blob/main/sc1.jpeg\" alt=\"Demon Connect Screenshot\">\n</p>\n\nUnleash the demon within as you explore the capabilities of this WhatsApp API. Transform your digital experience with the magic of **Demon Connect**.\n\n## Features \u2728\n\n\ud83d\udcf2 **WhatsApp Integration**: Seamlessly integrate WhatsApp messaging into your applications.\n\n\ud83d\udce9 **Message Sending**: Send text messages, images, and videos programmatically.\n\n\ud83d\ude80 **Group Messaging**: Engage with WhatsApp group chats via the API.\n\n\ud83e\ude84 **Customization**: Customize and extend the API to suit your project's needs.\n\n## Usage \ud83d\udcf1\n\n1. Install **Demon Connect - WhatsApp API** in your Python project.\n\n2. Initialize the API and connect to WhatsApp Web.\n\n3. Send messages and media programmatically to your WhatsApp contacts.\n\n4. Explore advanced features and customization options.\n\n<p align=\"center\">\n  <img src=\"https://github.com/anupammaurya6767/Demon_connect/blob/main/sc2.jpeg\" alt=\"Demon Connect Demo\">\n</p>\n\n## Installation \ud83e\uddd9\u200d\u2642\ufe0f\n\n1. Install Demon Connect via pip:\n   ```bash\n   pip install demon-connect\n   ```\n\n2. Include Demon Connect in your Python project:\n   ```python\n    from demon.whatsapp_api import Demon\n\n    # Initialize the API\n    whatsapp_api = Demon()\n\n    # Log in to WhatsApp Web\n    whatsapp_demon.login()\n\n    # Send a message\n     message = \"heyy\"\n     contact = \"Grp\"\n     whatsapp_demon.send_message(contact,message)\n     whatsapp_demon.delete_message(contact,message)\n\n    # Send an image (provide the path to the image file)\n     image_path = r\"C:\\Users\\raman\\Downloads\\aatman.jpg\"\n     contact = \"Grp\"\n     whatsapp_demon.send_image(contact,image_path)\n\n\n    # Send a video (provide the path to the video file)\n     video_path = \"path/to/your/video.mp4\"\n     whatsapp_demon.send_video(contact,video_path)\n\n    # tag all in group\n     group_name = \"Grp\"\n     whatsapp_demon.tag_all(group_name)\n\n    @whatsapp_demon.event\n    def on_message(chat):\n        print(f\"New message from {chat.name}: {chat.message}\")\n\n    @whatsapp_demon.event\n    def on_ready():\n    print(\"Demon is ready!\")\n  \n    chat = whatsapp_demon.open(\"Anupam Maurya\")\n    chat.send(\"HI\")\n\n   ```\n\n## Contributing \ud83c\udf1f\n\nContributions are welcome! Feel free to open issues and pull requests to enhance the API's power.\n\n## Contributors\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n<a href=\"https://github.com/anupammaurya6767/Demon_connect/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=anupammaurya6767/Demon_connect\" />\n</a>\n\n## License \ud83d\udcdc\n\nThis project is licensed under the **WhatsApp API License**. See the [LICENSE](LICENSE) file for details.\n\n<p align=\"center\">\n  <img src=\"https://github.com/anupammaurya6767/Demon_connect/blob/main/image.png\" alt=\"API License Seal\">\n</p>\n\nUnlock the potential of WhatsApp in your applications with **Demon Connect - WhatsApp API**!\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Welcome to Demon Connect - WhatsApp API, your powerful tool for unleashing the potential of WhatsApp in your applications. This API allows you to integrate WhatsApp messaging into your projects with ease.",
    "version": "1.0.4",
    "project_urls": {
        "Documentation": "https://demon-connect.readthedocs.io/",
        "Homepage": "https://github.com/anupammaurya6767/Demon_connect",
        "Repository": "https://github.com/anupammaurya6767/Demon_connect"
    },
    "split_keywords": [
        "demon_connect",
        "python-whatsapp",
        "pywhatsapp",
        "pywhatsapp",
        "python-whatsapp-wrapper",
        "whatsapp api",
        "automate whatsapp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c469d5a07eb23ba6dcde7008cf4c3586222a8972d35e9ba697d2358101222e4",
                "md5": "5e000a689d17691788c5e09c977ab75f",
                "sha256": "1e679b030384f4add1efa1355bf99d02eceea5a37c3d28b6c1570535ea0b1510"
            },
            "downloads": -1,
            "filename": "demon_connect-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e000a689d17691788c5e09c977ab75f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 8241667,
            "upload_time": "2023-10-16T23:07:41",
            "upload_time_iso_8601": "2023-10-16T23:07:41.161599Z",
            "url": "https://files.pythonhosted.org/packages/8c/46/9d5a07eb23ba6dcde7008cf4c3586222a8972d35e9ba697d2358101222e4/demon_connect-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf9992c0f31814237b67c341cf2e776cbeb35a9c080588f4c013411f17d1bd56",
                "md5": "612679bdc9f21bda8d783934fc2ee094",
                "sha256": "faeada6bd9415177a1d362a670dc46e5b102a90a1858f197c965c17626197e44"
            },
            "downloads": -1,
            "filename": "demon_connect-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "612679bdc9f21bda8d783934fc2ee094",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 8205307,
            "upload_time": "2023-10-16T23:07:50",
            "upload_time_iso_8601": "2023-10-16T23:07:50.619199Z",
            "url": "https://files.pythonhosted.org/packages/cf/99/92c0f31814237b67c341cf2e776cbeb35a9c080588f4c013411f17d1bd56/demon_connect-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-16 23:07:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "anupammaurya6767",
    "github_project": "Demon_connect",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "demon-connect"
}
        
Elapsed time: 0.12474s