python, yowsup

pkg_resources.DistributionNotFound: The ‘python-axolotl-curve25519’ distribution was not found and is required by python-axolotl (solved)

As lot of people asking me about YOWSUP. This is one another problem people facing with YOWSUP installation sometimes. You can also read my previous blog on YOWSUP installation I'm available for hire! This is my email link: iamjagjeetubhi@gmail.com Just install these dependencies sudo apt-get install build-essential autoconf libtool pkg-config python-pyrex idle-python2.7 qt4-dev-tools qt4-designer libqtgui4… Continue reading pkg_resources.DistributionNotFound: The ‘python-axolotl-curve25519’ distribution was not found and is required by python-axolotl (solved)

python

How to use YOWSUP (The python WhatsApp library) in ubuntu

Updated 4/June/2019 Yowsup is a python library that allows you to login and use the WhatsApp service and provides you with all capabilities of an official WhatsApp client, allowing you to create a full-fledged custom WhatsApp client. Installation sudo apt-get update Prepare the system with the necessary components to Yowsup sudo apt-get install python-dateutil sudo… Continue reading How to use YOWSUP (The python WhatsApp library) in ubuntu

Daily Dairy

How to install Polr in Ubuntu 16.04

We can get the latest release of Polr from: https://github.com/cydrobolt/polr/releases Please install the following packages that are required to run the polr sudo apt-get install php-pdo sudo apt-get install php-mysql sudo apt-get install php-mbstring sudo apt-get install php-tokenizer sudo apt-get install php-json sudo apt-get install php-curl Open the directory /var/www/ cd /var/www/ Download the latest… Continue reading How to install Polr in Ubuntu 16.04