Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wolfsilver/gmail2telegram

利用cloudflare email workers,将Gmail发送到telegram,并提供全文预览。
https://github.com/wolfsilver/gmail2telegram

cloudflare-worker gmail telegram

Last synced: about 1 month ago
JSON representation

利用cloudflare email workers,将Gmail发送到telegram,并提供全文预览。

Awesome Lists containing this project

README

        

# gmail2telegram

利用cloudflare email workers,将Gmail发送到telegram,并提供全文预览。

### 项目介绍

telegram 自带的Gmail bot,接收消息有延时,这个项目利用cloudflare email workers,将Gmail发送到telegram,并提供全文预览。

### 部署

```shell
git clone [email protected]:wolfsilver/gmail2telegram.git
cp wrangler.example.toml wrangler.toml
# 复制配置模板,修改成自己的telegram配置
# 创建cloudflare KV,将KV的名称填入wrangler.toml
pnpm & pnpm dep
```