Google sheets feeder and database implemented.

This commit is contained in:
erinhmclark
2025-01-27 20:13:12 +00:00
parent 6c67effd8c
commit 57b3bec935
3 changed files with 39 additions and 61 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "Google Sheets Database",
"type": ["database"],
"entry_point": "gsheet_db::GsheetsDb",
"requires_setup": True,
"external_dependencies": {
"python": ["loguru", "gspread", "python-slugify"],