Skip to content

A Whatsapp bot in django. Uses docker, redis, celery, twilio and Google sheets API

Notifications You must be signed in to change notification settings

ebaraza10/whatsapp_bot_django

Repository files navigation

A Whatsapp bot in django

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(Django)
  • Google sheets(storage of reminders/database)
  • Docker
  • Celery
  • Celery beat
  • Redis

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