A simple Whatsapp bot made using wa-automate python library with some additional features.
Try it out by sending #help on +916268727514 this number.
You can run this bot directly on your system by just following some steps:
- Install the required libraries which are mentioned in requirements.txt
- Download chrome driver - Here and Add the chrome driver path to Environment Variables.
- Change the three variables in bot.py
-
First Project_Path
Set it to the path of your working folder + "\User_Data"
-
Second YOUR_MOBILE_NUMBER
add your mobile number here
-
Third Jdoodle_clientId
add your jdoodle api cliendId
-
Fourth Jdoodle_clientSecret
add your jdoodle api clientSecret(Get it from jdoodle website mentioned above just sign in and choose free plan.)
-
- Now just run bot.py file scan the qr from phone for the first time.
-
This is to run code using Jdoodle api which is free. Get it from Here, you have to add your api keys in the code to use this feature.
-
Command for this :
#run cpp#
(You can choose any languge in place of cpp,check list of language using#listlang
command or from Jdoodle website.) Write your code here from next line -
Example:
#run python3# for i in range(3): print("Hello")
-
Most of the language are supported like python3, c, java, etc.
Note: Don't give runtime input statements or try to run infinite loop,it will give error message. (You can change the code if you want to add this runtime input feature, see jdoodle doc for that.)
- You can play Tic Tac Toe game with anyone or anyone can play this game with other person in whatsapp chat.
- To play send
#tic_game#(tag the number you want to play with or type the sender id)
- Type
#help_wgame
for controls - Instructions:
Send the corresponding number to the block where you want to place your symbol
#1 | #2 | #3
#4 | #5 | #6
#7 | #8 | #9
To end the game early send#quit_tic
- You can play word guessing game with friends and compete each other.
- To start the game send
#wordgame
- Type
#help_wgame
for controls and other commands.
- Get the code from geeks for geeks site of any problem/question.
- To get the code for particular problem type #gfg#Your question#the language in which you want the code.
- Example:
#gfg#merge sort#python
,#gfg#kadane algorithm #c++
If language is not given while asking then default c++ is taken as language.
- To start the game send
#matchgame
- For setting level add 2 or 4 or 6 after #matchgame with a space.
- example:
#matchgame 4
If you want to know how to play this game go through this link: Here
- To start the game send
#minegame
and to set level place level number 1 to 6 after #minegame with a space. - example:
#minegame 3
. Default level is 4 - To choose a box send #mine xy where x is row and y is column.
If you want to know how to play this game go through this link: Here
- Search anything on wikipedia by using
#wiki title
- example:
#wiki Albert Einstein
#add 919876543210
#kick tag the person
#link
for link of the group#tagall
to tag all the members of the group#tagadmins
to tag all the admins of the groupNote: You can also add some text after #tagall and #tagadmins.
#on
and#off
for turning on and off bot for a particular group of whatsapp.#endwgame
for ending the word game.#all_cmd
to get list of all commands of bot.
Pull requests are welcome! If you see something you'd like to add, please do. For drastic changes, please open an issue first. If you want me to add something you are most welcome.
This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with WhatsApp or Geeks for Geeks or any of its subsidiaries or its affiliates.
The official WhatsApp website can be found at Here and official geeks for geeks website can be
found at here
For any query you can contact me via email [email protected] or if you have any contribution for the project you are welcome.