+ 1
How to send a WhatsApp using python
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
0
Do you mean like adding a link which takes to Whatsapp?
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.
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
0
Vanshu i sent a YouTube link that will take you to how to do it. It is the second answer using pywhatkit
0
MATOVU CALEB in this video he is using pywhatkit but I sololearn pywhatkit is missing then how to use/install pywhatkit in sololearn
0
Vanshu you cant install packages here on sololearn.
0
MATOVU CALEB oh really!? How? please explain
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.
0
Okay
0
Socket Server Socket and Datagram Socket programming can implement this