How to Install python3-yowsup in Ubuntu 18.04



Install python3-yowsup by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-yowsup

Description:

Python 3 library to implement a WhatsApp client

WhatsApp Messenger is a cross-platform mobile messaging app which allows you to exchange messages, via Internet, without having to pay for SMS, using a mobile phone. . In addition to basic messaging, WhatsApp users can create groups, send each other unlimited images, video and audio media messages. . Yowsup is a cross platform Python library that enable to do all the previous in your own app. Yowsup allows you to login and use the WhatsApp service, providing all capabilities of an official WhatsApp client, allowing to create a full-fledged custom WhatsApp client. . python3-yowsup has these features: - Registration. - Text send/receive. - Encryption of messages. - Media send/receive (images, videos, audio, location, contact cards). - Groups(create, leave, join, update picture, updating subject). - Fetch user profile picture. - Fetch user status. - Set profile picture. - Set group icon. - Set status and others. . The package yowsup-cli is a good example of the python-yowsup implementation.

Homepage: https://github.com/tgalal/yowsup

Version: 2.5.7-3

Section: universe/python