whatsfly


Namewhatsfly JSON
Version 0.0.23 PyPI version JSON
download
home_pagehttps://github.com/cloned-doy/whatsfly
SummaryWhatsApp on the fly.
upload_time2024-04-14 15:15:04
maintainerNone
docs_urlNone
authorDoy Bachtiar
requires_pythonNone
licenseMIT
keywords whatsfly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # WhatsFly
## Just run and have fun. Just try and go fly. 

WhatsApp web wrapper in Python. No selenium nor gecko web driver needed. 

Setting up browser driver are tricky for python newcomers, and thus it makes your code so 'laggy'.

I knew that feeling. It's so painful.

So I make WhatsFly, implementing Whatsmeow --a golang based WhatsApp library. It will make his wrapper easy to use without sacrificing the speed and perfomance.

## Installation

```bash
  pip install whatsfly
```

or :
```bash
  pip install --upgrade whatsfly
```

## Usage/Examples

```javascript
from whatsfly import WhatsApp

chat = WhatsApp()

# send mesage
chat.send_message(phone="6283139750000", message="Hello World!")

# send image
chat.send_image(phone="6283139750000", image_path="path/to/image.jpg" caption="Hello World!")
```

## Features

| Feature  | Status |
| ------------- | ------------- |
| Multi Device  | ✅ |
| Send messages  | ✅ |
| Receive messages  | ✅ |
| Send image  | ✅ |
| Send media (audio/documents)  | soon!  |
| Send media (video)  | soon! |
| Send stickers | soon! |
| Receive media (images/audio/video/documents)  | ✅  |
| Send contact cards | soon! |
| Send location | soon! |
| Send buttons | soon! |
| Send lists | soon! |
| Receive location | soon! | 
| Message replies | soon! |
| Join groups by invite  | soon! |
| Get invite for group  | soon! |
| Modify group info (subject, description)  | soon!  |
| Modify group settings (send messages, edit info)  | soon!  |
| Add group participants  | soon!  |
| Kick group participants  | soon!  |
| Promote/demote group participants | soon! |
| Mention users | soon! |
| Mute/unmute chats | soon! |
| Block/unblock contacts | soon! |
| Get contact info | soon! |
| Get profile pictures | soon! |
| Set user status message | soon! |
| React to messages | soon! |

Something missing? Make an issue and let us know!

## Supported machines

| Architecture  | Status |
| ------------- | ------------- |
| Linux amd64  | ✅ |
| Linux ARM64  | ✅ |
| Linux 686  | ✅ |
| Linux 386  | ✅  |
| Windows amd64  | ✅  |
| Windows 32 bit  | soon! |
| OSX arm64  | soon! |
| OSX amd64  | soon! |

> ## Support this Project
> This project is maintained during my free time.
> If you'd like to support my work, please consider making a pull request to help fix any issues with the code.
> I would like to extend my gratitude to the open-source developers behind tls-client, tiktoken, and whatsmeow. Their work has inspired me greatly and helped me to create this project.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cloned-doy/whatsfly",
    "name": "whatsfly",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "whatsfly",
    "author": "Doy Bachtiar",
    "author_email": "adityabachtiar996@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/98/7c/a615b4e21207c44701fe683019f74854337bf851b6d13376201c862d3103/whatsfly-0.0.23.tar.gz",
    "platform": null,
    "description": "# WhatsFly\n## Just run and have fun. Just try and go fly. \n\nWhatsApp web wrapper in Python. No selenium nor gecko web driver needed. \n\nSetting up browser driver are tricky for python newcomers, and thus it makes your code so 'laggy'.\n\nI knew that feeling. It's so painful.\n\nSo I make WhatsFly, implementing Whatsmeow --a golang based WhatsApp library. It will make his wrapper easy to use without sacrificing the speed and perfomance.\n\n## Installation\n\n```bash\n  pip install whatsfly\n```\n\nor :\n```bash\n  pip install --upgrade whatsfly\n```\n\n## Usage/Examples\n\n```javascript\nfrom whatsfly import WhatsApp\n\nchat = WhatsApp()\n\n# send mesage\nchat.send_message(phone=\"6283139750000\", message=\"Hello World!\")\n\n# send image\nchat.send_image(phone=\"6283139750000\", image_path=\"path/to/image.jpg\" caption=\"Hello World!\")\n```\n\n## Features\n\n| Feature  | Status |\n| ------------- | ------------- |\n| Multi Device  | \u2705 |\n| Send messages  | \u2705 |\n| Receive messages  | \u2705 |\n| Send image  | \u2705 |\n| Send media (audio/documents)  | soon!  |\n| Send media (video)  | soon! |\n| Send stickers | soon! |\n| Receive media (images/audio/video/documents)  | \u2705  |\n| Send contact cards | soon! |\n| Send location | soon! |\n| Send buttons | soon! |\n| Send lists | soon! |\n| Receive location | soon! | \n| Message replies | soon! |\n| Join groups by invite  | soon! |\n| Get invite for group  | soon! |\n| Modify group info (subject, description)  | soon!  |\n| Modify group settings (send messages, edit info)  | soon!  |\n| Add group participants  | soon!  |\n| Kick group participants  | soon!  |\n| Promote/demote group participants | soon! |\n| Mention users | soon! |\n| Mute/unmute chats | soon! |\n| Block/unblock contacts | soon! |\n| Get contact info | soon! |\n| Get profile pictures | soon! |\n| Set user status message | soon! |\n| React to messages | soon! |\n\nSomething missing? Make an issue and let us know!\n\n## Supported machines\n\n| Architecture  | Status |\n| ------------- | ------------- |\n| Linux amd64  | \u2705 |\n| Linux ARM64  | \u2705 |\n| Linux 686  | \u2705 |\n| Linux 386  | \u2705  |\n| Windows amd64  | \u2705  |\n| Windows 32 bit  | soon! |\n| OSX arm64  | soon! |\n| OSX amd64  | soon! |\n\n> ## Support this Project\n> This project is maintained during my free time.\n> If you'd like to support my work, please consider making a pull request to help fix any issues with the code.\n> I would like to extend my gratitude to the open-source developers behind tls-client, tiktoken, and whatsmeow. Their work has inspired me greatly and helped me to create this project.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "WhatsApp on the fly.",
    "version": "0.0.23",
    "project_urls": {
        "Homepage": "https://github.com/cloned-doy/whatsfly"
    },
    "split_keywords": [
        "whatsfly"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "987ca615b4e21207c44701fe683019f74854337bf851b6d13376201c862d3103",
                "md5": "7ed0b9c4bd82340b1b36b91c15f97127",
                "sha256": "b50a29d6a7c00d307bc79e4f64855004e51c109e08f5b7a9d32071d0d1470128"
            },
            "downloads": -1,
            "filename": "whatsfly-0.0.23.tar.gz",
            "has_sig": false,
            "md5_digest": "7ed0b9c4bd82340b1b36b91c15f97127",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 41632704,
            "upload_time": "2024-04-14T15:15:04",
            "upload_time_iso_8601": "2024-04-14T15:15:04.363461Z",
            "url": "https://files.pythonhosted.org/packages/98/7c/a615b4e21207c44701fe683019f74854337bf851b6d13376201c862d3103/whatsfly-0.0.23.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-14 15:15:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cloned-doy",
    "github_project": "whatsfly",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "whatsfly"
}
        
Elapsed time: 0.22422s