Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 914 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 914 Bytes

whatsapp-bot-seed

A small python seed to create a Whatsapp Bot, with regex-callback routes (just like a web framework).
(pratical extension of the examples on https://github.com/tgalal/yowsup)

What it does?

  • Basic messages and media download:
    Example Example

  • Group administration:
    Example

  • URL printscreen
    Example

  • Google Text to Speak
    Example

Installation

  1. Install the image handling system dependencies on bash opt/system-requirements.sh
  2. Create a virtualenv and install the requirements pip install -r opt/requirements.pip
  3. Follow the instructions on src/config.py to get the whatsapp credentials.
  4. Then just run the server with python src/server.py