Skip to content

KarimJedda/whatsapp-bot-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small python framework to create a whatsapp bot, with regex-callback message routing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • Shell 1.8%