Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 420 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 420 Bytes

cloudflare telegram bot

use cloudflare worker and telegraf to create a telegram bot

config

# modify wrangler.toml
cp wrangler.toml.template wrangler.toml
pnpm i
wrangler secret put TELEGRAM_BOT_TOKENS
wrangler secret put OPENAI_API_KEY
wrangler secret put ADMIN_SECRET
# wrangler secret put GREET_CHAT_IDS
pnpm run deploy

References