https://github.com/chsbuffer/omaha2tg
抓取Google软件更新发送到 Telegram 的 Cloudflare Worker
https://github.com/chsbuffer/omaha2tg
Last synced: about 1 year ago
JSON representation
抓取Google软件更新发送到 Telegram 的 Cloudflare Worker
- Host: GitHub
- URL: https://github.com/chsbuffer/omaha2tg
- Owner: chsbuffer
- Created: 2023-04-25T10:26:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T04:40:44.000Z (about 2 years ago)
- Last Synced: 2025-01-01T03:29:03.215Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# omaha2tg
Source code for https://t.me/google_omaha
a Google product update checker.
Current checking products: see `src/omaha.ts`
## Notes
nodejs 18.15.0, npm 9.6.5
Create file `.dev.vars` to set dev env vars. format `=`
`npm run dev`
`npm run deploy`
## Reference
[chromium/src/+/main:docs/updater/protocol_3_1.md](https://source.chromium.org/chromium/chromium/src/+/main:docs/updater/protocol_3_1.md)
[omaha/blob/main/doc/ServerProtocolV3.md](https://github.com/google/omaha/blob/main/doc/ServerProtocolV3.md)