From a247e29776aa842ecfe8a6245638c8ad27a4d869 Mon Sep 17 00:00:00 2001 From: Pasha Fateev Date: Tue, 10 Sep 2024 14:57:55 -0700 Subject: [PATCH] docs(readme): add new row for `discord_to_spreadsheet` in Kittehub table (#63) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 199ca7e2..e840edd6 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ projects for: | 🐍 [Confluence to Slack](./confluence_to_slack/) | Notify when a new page with a specific label is created | Confluence → Slack | | 🐍 [Create Jira issue via webhook](./create_jira_issue/) | Create Jira issues with HTTP GET/POST requests | HTTP → Jira | | 🐍 [Data pipeline](./data_pipeline/) | Process and store data from new S3 files in a database | AWS (SNS, S3) → SQLite | +| 🐍 [Discord to Spreadsheet](./discord_to_spreadsheet/) | Log Discord message events using AutoKitteh's event system for simple event handling | Discord → Google Sheets | | ⭐ [GitHub Copilot seats](./github_copilot/) | Automate daily GitHub Copilot user pruning and report changes | GitHub ↔ Slack | | 🐍 [Google Forms to Jira](./google_forms_to_jira/) | Poll a form for responses and create an issue for each one | Google Forms → Jira | | 🐍 [Jira assignee from schedule](./jira_google_calendar/assignee_from_schedule/) | Assign new Jira issues to the current on-caller based on a schedule in a shared calendar | Jira ↔ Google Calendar |