Turn your Telegram Channel into a MicroBlog.
English | 简体中文
- Turn your Telegram Channel into a MicroBlog
- SEO friendly
/sitemap.xml - 0 JS on the browser side
- RSS and RSS JSON
/rss.xml/rss.json
- 面条实验室
- Find Blog👁发现博客
- Memos 广场 🎪
- APPDO 数字生活指南
- 85.60×53.98卡粉订阅/提醒
- 新闻在花频道
- ALL About RSS
- Charles Chin's Whisper
- PlayStation 新闻转发
- Yu's Life
- Leslie 和朋友们
- OKHK 分享
- gledos 的微型博客
- Steve Studio
- LiFePO4:沙雕吐槽
- Hotspot Hourly
- 大河马中文财经新闻分享
- _My. Tricks 🎩 Collection
- 小报童专栏精选
- Fake news
- miyi23's Geekhub资源分享
- Magazine|期刊杂志|财新周刊
- Remote Jobs & Cooperation
- 甬哥侃侃侃--频道发布
- Fugoou.log
- Bboysoul的博客
- MakerHunter
- ChatGPT/AI新闻聚合
- Abner's memos
- Appinn Talk
- 小报童优惠与排行榜
- 热干面拌 10 号土豆泥
- 万事屋工程部
BroadcastChannel supports deployment on serverless platforms like Cloudflare Workers, Netlify, Vercel that support SSR, or on a VPS. Cloudflare Pages SSR is not supported with Astro 6 + @astrojs/cloudflare v13; use Workers for Cloudflare deployments. For detailed tutorials, see Deploy your Astro site.
- Framework: Astro
- CMS: Telegram Channels
- Template: Sepia
docker pull ghcr.io/miantiao-me/broadcastchannel:maindocker run -d --name broadcastchannel -p 4321:4321 -e CHANNEL=miantiao_me ghcr.io/miantiao-me/broadcastchannel:main
- Fork this project to your GitHub
- Create a project on Cloudflare Workers/Netlify/Vercel
- Select the
BroadcastChannelproject and theAstroframework - Configure the environment variable
CHANNELwith your channel name. This is the minimal configuration, for more configurations see the options below - Save and deploy
- Bind a domain (optional).
- Update code, refer to the official GitHub documentation Syncing a fork branch from the web UI.
Cloudflare Workers minimal commands:
pnpm exec wrangler login
SERVER_ADAPTER=cloudflare_workers pnpm build
pnpm exec wrangler deployConfigure CHANNEL and other runtime values in the Workers dashboard or with pnpm exec wrangler secret put CHANNEL.
Cloudflare Pages SSR is not supported with Astro 6 + @astrojs/cloudflare v13. Migrate Pages deployments to Workers.
## Telegram Channel Username, must be configured. The string of characters following t.me/
CHANNEL=miantiao_me
## Language and timezone settings. Use an Intl/BCP 47 locale, for example en or zh-CN
LOCALE=en
TIMEZONE=America/New_York
## Social media usernames
TELEGRAM=miantiao-me
TWITTER=miantiao-me
GITHUB=miantiao-me
MASTODON=mastodon.social/@Mastodon
BLUESKY=bsky.app
## The following two social media need to be URLs
DISCORD=https://DISCORD.com
PODCAST=https://PODCAST.com
## Header and footer code injection, supports HTML
FOOTER_INJECT=
HEADER_INJECT=
## SEO configuration options, can prevent search engines from indexing content
NOFOLLOW=false
NOINDEX=false
## Hide Telegram channel description
HIDE_DESCRIPTION=false
## Telegram host name and static resource proxy, not recommended to modify
TELEGRAM_HOST=telegram.dog
STATIC_PROXY=
## Enable Google Site Search
GOOGLE_SEARCH_SITE=memo.miantiao.me
## Enable tags page, separate tags with commas
TAGS=tag1,tag2,tag3
## Show comments
COMMENTS=true
## Show reactions
REACTIONS=true
## List of links in the Links page, Separate using commas and semicolons
LINKS=Title1,URL1;Title2,URL3;Title3,URL3;
## Sidebar Navigation Item, Separate using commas and semicolons
NAVS=Title1,URL1;Title2,URL3;Title3,URL3;
## Enable RSS beautify
RSS_BEAUTIFY=true- Why is the content empty after deployment?
- Check if the channel is public, it must be public
- The channel username is a string, not a number
- Turn off the "Restricting Saving Content" setting in the channel
- Redeploy after modifying environment variables
- Telegram blocks public display of some sensitive channels, you can verify by visiting
https://t.me/s/channelusername.