Skip to content

Commit

Permalink
Replace google-bot with google-keep-bot
Browse files Browse the repository at this point in the history
They have killed the google shoppinglist app and moved the functionality to google keep. It's a win, because now we can sync directly via API.
  • Loading branch information
jakst committed Dec 13, 2024
1 parent 372a6d9 commit 1732a16
Show file tree
Hide file tree
Showing 15 changed files with 308 additions and 1,173 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"node": "18.x"
},
"scripts": {
"auth": "pnpm --filter=auth-script auth",
"app": "pnpm --filter app",
"server": "pnpm --filter server",
"lib": "pnpm --filter lib",
Expand Down
1 change: 0 additions & 1 deletion packages/auth-script/.gitignore

This file was deleted.

62 changes: 0 additions & 62 deletions packages/auth-script/auth.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/auth-script/package.json

This file was deleted.

2 changes: 0 additions & 2 deletions packages/auth-script/reset.d.ts

This file was deleted.

13 changes: 0 additions & 13 deletions packages/auth-script/tsconfig.json

This file was deleted.

6 changes: 3 additions & 3 deletions packages/server/src/Env.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import puppeteer from "@cloudflare/puppeteer"

export type Env = {
BROWSER: puppeteer.BrowserWorker
DO: DurableObjectNamespace
ENV_DISCRIMINATOR: string
PUSHBULLET_AUTH_TOKEN: string
HYPERDX_API_KEY: string
OTEL_SERVICE_NAME: string
OTEL_EXPORTER_OTLP_ENDPOINT: string
KEEP_EMAIL: string
KEEP_SHOPPING_LIST_ID: string
KEEP_MASTER_KEY: string
}
4 changes: 0 additions & 4 deletions packages/server/src/google-bot/PageDep.ts

This file was deleted.

151 changes: 0 additions & 151 deletions packages/server/src/google-bot/google-bot.ts

This file was deleted.

10 changes: 0 additions & 10 deletions packages/server/src/google-bot/refreshPage.ts

This file was deleted.

96 changes: 0 additions & 96 deletions packages/server/src/google-bot/removeItemAtPosition.ts

This file was deleted.

Loading

0 comments on commit 1732a16

Please sign in to comment.