New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

python-whatsapp-wrapper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-whatsapp-wrapper

Pure python project for META Whatsapp Business API wrapper.

  • 0.1.10
  • PyPI
  • Socket score

Maintainers
1

🤖 Want a whatsapp bot? You're in the right place.

.. image:: https://readthedocs.org/projects/python-whatsapp-wrapper/badge/?version=latest :target: https://python-whatsapp-wrapper.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://github.com/Sergio-Daniel-Pires/python-whatsapp-wrapper/actions/workflows/test.yml/badge.svg :target: https://github.com/Sergio-Daniel-Pires/python-whatsapp-wrapper :alt: Github Actions - Tests

.. image:: https://img.shields.io/pypi/dm/python-whatsapp-wrapper :target: https://github.com/Sergio-Daniel-Pires/python-whatsapp-wrapper :alt: PyPI - Downloads

.. image:: https://img.shields.io/pypi/v/python-whatsapp-wrapper :target: https://pypi.org/project/python-telegram-bot/ :alt: PyPI - Version

📖 Introduction

A high-level Python wrapper for the WhatsApp API, providing easy abstraction.

A huge thanks to Python-Telegram-Bot_ team for their impressive work on Telegram bots, which inspired me to create this wrapper.

📱 Whatsapp API Supports

Tested in version v19.0, but you can try older versions by changing api_version in whatsapp.bot.WhatsappBot.api_version.

🛠️ Before start

Before you can create your own bots, you need to follow some steps to become a Meta API Developer_.

YOU NEED to become a Meta developer to use their API. You can find the step-by-step guide here: Facebook Developers WhatsApp API_

.. warning:: It's preferable to have an extra/new SIM card to register your business account (don't try with your personal SIM, this action will ERASE all your whatsapp data), but they give you some free credits to get started.

🚀 Installation

We're on PyPI! So you can easy install using:

.. code-block:: bash

pip install python-whatsapp-wrapper

Or directly by cloning project's GitHub repository:

.. code-block:: bash

git clone https://github.com/Sergio-Daniel-Pires/python-whatsapp-wrapper
cd python-whatsapp-wrapper
pip install .

🤔 How I made my own bot?

Our repository contains many examples that you can just click-and-run. You might want to try echo_bot.py, a bot that returns any text you send it.

📄 License

MIT

.. _Meta API Developer: https://developers.facebook.com/products/whatsapp/ .. _Python-Telegram-Bot: https://github.com/python-telegram-bot/python-telegram-bot .. _Facebook Developers WhatsApp API: https://developers.facebook.com/docs/whatsapp/getting-started

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc