How to send a WhatsApp using python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to send a WhatsApp using python

23rd Oct 2021, 8:49 PM
Vanshu Garg
Vanshu Garg - avatar
12 Answers
+ 1
Vanshu you can install external python libraries on Sololearn easily. ``` import os os.system('python -m pip install -qq <package-name>') ``` But Sololearn have time limit. So if this library takes long time to install then your code will not run. (You can try running multiple time, sometimes it can also work. https://code.sololearn.com/c1wEYq71mzeb/?ref=app
25th Oct 2021, 8:37 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
0
Do you mean like adding a link which takes to Whatsapp?
23rd Oct 2021, 9:25 PM
Chigozie Anyaeji 🇳🇬
Chigozie Anyaeji 🇳🇬 - avatar
24th Oct 2021, 6:06 AM
MATOVU CALEB
MATOVU CALEB - avatar
0
If you want to create an application for automation (sending whatsapp message automatically) then you have to first get a verified whatsapp business account and then get access to whatsapp APIs. After all this you will be able to send automatically generated messages.
24th Oct 2021, 2:01 PM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
0
I meant like we can send a WhatsApp message by using pywhatkit library in eclipse and other softwares but in sololearn how I don't know how to send a WhatsApp message by using python
25th Oct 2021, 7:00 AM
Vanshu Garg
Vanshu Garg - avatar
0
Vanshu i sent a YouTube link that will take you to how to do it. It is the second answer using pywhatkit
25th Oct 2021, 7:19 AM
MATOVU CALEB
MATOVU CALEB - avatar
0
MATOVU CALEB in this video he is using pywhatkit but I sololearn pywhatkit is missing then how to use/install pywhatkit in sololearn
25th Oct 2021, 7:27 AM
Vanshu Garg
Vanshu Garg - avatar
0
Vanshu you cant install packages here on sololearn.
25th Oct 2021, 7:31 AM
MATOVU CALEB
MATOVU CALEB - avatar
0
MATOVU CALEB oh really!? How? please explain
25th Oct 2021, 7:42 AM
Vanshu Garg
Vanshu Garg - avatar
0
Vanshu Sololearn does not have a terminal where you can install packages using the pip command. The packages sololearn has are to build simple programs.
25th Oct 2021, 8:00 AM
MATOVU CALEB
MATOVU CALEB - avatar
0
Okay
25th Oct 2021, 8:10 AM
Vanshu Garg
Vanshu Garg - avatar
0
Socket Server Socket and Datagram Socket programming can implement this
25th Oct 2021, 10:15 AM
sree harsha
sree harsha - avatar