GithubHelp home page GithubHelp logo

auto-email's Introduction

Email Scheduler

Email Scheduler is a script designed to automate email reminders and review requests for customers with appointments. It utilizes cron jobs to send reminders and review requests at scheduled intervals.

Features

  • Sends reminders to customers with appointments scheduled in the next 3 days.
  • Sends review requests to customers after the end of their sessions.
  • Integrates with Google Sheets to manage appointment schedules.

Usage

Cron Jobs

This project runs two cron jobs:

  1. Daily Reminder:

    • Sends reminders to customers with appointments scheduled in the next 3 days.
    • Schedule: Runs once per day.
  2. Hourly Review Request:

    • Checks if a customer's session has ended and sends them an email requesting a review (when cron running at time t it checks customers who had their appointments scheduled between t-2 and t-1, assuming a session to be 1 hour long).
    • Schedule: Runs every hour.

Google Sheets Integration

Running Cron Jobs

To run the cron jobs, uncomment the schedule lines from the dailyemail.yml file used by GitHub Actions.

Setup

  1. Clone this repository to your local machine.
  2. Install dependencies using pip install -r requirements.txt.
  3. Configure the Email credentials.
  4. Uncomment the schedule lines in the YAML file to activate the cron jobs.

auto-email's People

Contributors

adityakgp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.