hlb / gaiconf-automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generative AI Conference Automation

This repo is a collection of my automation scripts for 2024 Generative AI Conference.

Airtable form submission to Gmail draft (airtable-to-draft.py)

When someone fills "Call for Sponsors" form, I need to send an email with our standard sponsor proposal.

This script automates the process of:

  1. fetching data from Airtable,
  2. creating email drafts in Gmail,
  3. and updating records in Airtable.

INSTALL

  1. Install Dependencies:

    pip install -r requirements.txt
    
  2. Configuration File: Copy config.ini.example to config.ini.

  3. Google Credentials: Follow the Google API Console documentation to obtain your credentials.json file for Gmail API access.

About

License:MIT License


Languages

Language:Python 95.2%Language:HTML 4.8%