This repo is a collection of my automation scripts for 2024 Generative AI Conference.
When someone fills "Call for Sponsors" form, I need to send an email with our standard sponsor proposal.
This script automates the process of:
- fetching data from Airtable,
- creating email drafts in Gmail,
- and updating records in Airtable.
-
Install Dependencies:
pip install -r requirements.txt
-
Configuration File: Copy
config.ini.example
toconfig.ini
. -
Google Credentials: Follow the Google API Console documentation to obtain your
credentials.json
file for Gmail API access.