{"id":21873148,"url":"https://github.com/sergio-daniel-pires/python-whatsapp-wrapper","last_synced_at":"2025-04-07T19:14:23.932Z","repository":{"id":242433620,"uuid":"809483770","full_name":"Sergio-Daniel-Pires/python-whatsapp-wrapper","owner":"Sergio-Daniel-Pires","description":"A high-level Python wrapper for the WhatsApp API, providing easy abstraction.","archived":false,"fork":false,"pushed_at":"2024-12-10T18:40:21.000Z","size":149,"stargazers_count":53,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T19:14:15.926Z","etag":null,"topics":["bot","chatbot","python","whatsapp","whatsapp-api"],"latest_commit_sha":null,"homepage":"https://python-whatsapp-wrapper.readthedocs.io/en/stable","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sergio-Daniel-Pires.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-02T20:15:46.000Z","updated_at":"2025-02-16T10:08:46.000Z","dependencies_parsed_at":"2024-11-20T19:21:22.006Z","dependency_job_id":"d5e09294-b0dc-4158-811e-f23edc83cbe1","html_url":"https://github.com/Sergio-Daniel-Pires/python-whatsapp-wrapper","commit_stats":null,"previous_names":["sergio-daniel-pires/python-whatsapp-bot","sergio-daniel-pires/python-whatsapp-wrapper"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergio-Daniel-Pires%2Fpython-whatsapp-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergio-Daniel-Pires%2Fpython-whatsapp-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergio-Daniel-Pires%2Fpython-whatsapp-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergio-Daniel-Pires%2Fpython-whatsapp-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sergio-Daniel-Pires","download_url":"https://codeload.github.com/Sergio-Daniel-Pires/python-whatsapp-wrapper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247713258,"owners_count":20983683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","chatbot","python","whatsapp","whatsapp-api"],"created_at":"2024-11-28T07:06:40.278Z","updated_at":"2025-04-07T19:14:23.904Z","avatar_url":"https://github.com/Sergio-Daniel-Pires.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"🤖 Want a whatsapp bot? You're in the right place.\n==================================================\n\n.. image:: https://readthedocs.org/projects/python-whatsapp-wrapper/badge/?version=latest\n    :target: https://python-whatsapp-wrapper.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. image:: https://github.com/Sergio-Daniel-Pires/python-whatsapp-wrapper/actions/workflows/test.yml/badge.svg\n    :target: https://github.com/Sergio-Daniel-Pires/python-whatsapp-wrapper\n    :alt: Github Actions - Tests\n\n.. image:: https://img.shields.io/pypi/dm/python-whatsapp-wrapper\n    :target: https://github.com/Sergio-Daniel-Pires/python-whatsapp-wrapper\n    :alt: PyPI - Downloads\n\n.. image:: https://img.shields.io/pypi/v/python-whatsapp-wrapper\n    :target: https://pypi.org/project/python-telegram-bot/\n    :alt: PyPI - Version\n\n📖 Introduction\n---------------\n\nA high-level Python wrapper for the WhatsApp API, providing easy abstraction.\n\nA huge thanks to `Python-Telegram-Bot`_ team for their impressive work on Telegram bots, which inspired me to create this wrapper.\n\n📱 Whatsapp API Supports\n------------------------\n\nTested in version ``v19.0``, but you can try older versions by changing ``api_version`` in ``whatsapp.bot.WhatsappBot.api_version``.\n\n🛠️ Before start\n---------------\n\nBefore you can create your own bots, you need to follow some steps to become a `Meta API Developer`_.\n\n**YOU NEED**  to become a Meta developer to use their API. You can find the step-by-step guide here: `Facebook Developers WhatsApp API`_\n\n.. warning::\n    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.\n\n🚀 Installation\n---------------\n\nWe're on PyPI! So you can easy install using:\n\n.. code-block:: bash\n\n    pip install python-whatsapp-wrapper\n\nOr directly by cloning project's GitHub repository:\n\n.. code-block:: bash\n\n    git clone https://github.com/Sergio-Daniel-Pires/python-whatsapp-wrapper\n    cd python-whatsapp-wrapper\n    pip install .\n\n🤔 How I made my own bot?\n-------------------------\n\nOur repository contains many examples that you can just click-and-run.\nYou might want to try ``echo_bot.py``, a bot that returns any text you send it.\n\n📄 License\n----------\n\nMIT\n\n.. _Meta API Developer: https://developers.facebook.com/products/whatsapp/\n.. _Python-Telegram-Bot: https://github.com/python-telegram-bot/python-telegram-bot\n.. _Facebook Developers WhatsApp API: https://developers.facebook.com/docs/whatsapp/getting-started\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergio-daniel-pires%2Fpython-whatsapp-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergio-daniel-pires%2Fpython-whatsapp-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergio-daniel-pires%2Fpython-whatsapp-wrapper/lists"}