Skip to content

A Whatsapp bot in flask. Uses docker, twilio and Google sheets API

Notifications You must be signed in to change notification settings

ebaraza10/whatsapp_bot_flask

Repository files navigation

A Whatsapp bot in flask

Functionality supported:

Allow users to set reminders with dates and reminder messages via Whatsapp Automatically sends set reminders on the chosen date via Whatsapp

Technologies used:

  • Python(Flask)
  • Google sheets(storage of reminders/database)
  • Docker

How to setup:

  1. Setup and enable Google sheets API.
  2. Rename .env_template to .env
  3. Edit .env variables to match your environement
  4. Run docker-compose -f docker-compose.yml up -d