sfc-gh-tteixeira / coffeebot

A little AppsScript that matches people to have coffee together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

☕️ Coffeebot

Hello humans! I am here to assign a random other human to have coffee with you each week. I understand you enjoy partaking in hot beverages in a social setting.

How this works

  1. Humans sign up for Coffeebot by putting your email and other info in a Google Sheet
  2. Every Monday morning, I match the humans into pairs and email them about it
  3. Humans receive their emails and set up coffee appointments in the human calendars.

How to set this up

  1. Create a new spreadsheet in Google Sheets
  2. Make the first row look like this:
Email (required) Name Website LinkedIn Twitter Other info
  1. Create a new Apps Script in Google Drive.
  2. Copy-and-paste the code from coffeebot.js
  3. Change SHEET_ID to point to your Google Sheet from #1
  4. Ask people to subscribe Coffeebot by putting their names in the Google Sheet from #1

About

A little AppsScript that matches people to have coffee together.

License:MIT License


Languages

Language:JavaScript 100.0%