Skip to content

Instantly share code, notes, and snippets.

@aahnik

aahnik/wapp.py Secret

Last active October 17, 2020 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aahnik/8f076a8d9ff35e7ea7ffaf6385bb4b4d to your computer and use it in GitHub Desktop.
Save aahnik/8f076a8d9ff35e7ea7ffaf6385bb4b4d to your computer and use it in GitHub Desktop.
wappdriver example
from wappdriver import WhatsApp
with WhatsApp() as bot:
bot.send('aahnik', # name of recipient
'hi send by a bot' # message
)
# name of recipient must be in contacts
# You can also send images, videos, gifs, documents, urls, and other files
# Visit aahnik.github.io/wappdriver for more info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment