<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Do Thanh Vinh</title>
    <description>The latest articles on DEV Community by Do Thanh Vinh (@dothanhvinh).</description>
    <link>https://dev.to/dothanhvinh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3967379%2Ff9db9a15-a764-4c49-9117-a5d232d66f75.jpg</url>
      <title>DEV Community: Do Thanh Vinh</title>
      <link>https://dev.to/dothanhvinh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dothanhvinh"/>
    <language>en</language>
    <item>
      <title>How I Send Weekly GitHub Digests to Telegram (Without Dashboards)</title>
      <dc:creator>Do Thanh Vinh</dc:creator>
      <pubDate>Fri, 05 Jun 2026 16:33:36 +0000</pubDate>
      <link>https://dev.to/dothanhvinh/how-i-send-weekly-github-digests-to-telegram-without-dashboards-19f1</link>
      <guid>https://dev.to/dothanhvinh/how-i-send-weekly-github-digests-to-telegram-without-dashboards-19f1</guid>
      <description>&lt;p&gt;I used to waste time opening GitHub, checking repos, and manually summarizing what happened each week. It felt like a chore. So I built a small n8n workflow that just pulls the activity, counts it up, and sends a clean digest to Telegram every Monday.&lt;/p&gt;

&lt;p&gt;It’s not fancy. It doesn’t use a vector DB or complex AI parsing. It just aggregates the raw counts first, passes a short summary to an LLM to make it readable, and sends it over. If the LLM call fails for some reason, a fallback node still delivers the raw stats. I figured a broken summary is better than no summary at all.&lt;/p&gt;

&lt;p&gt;I’ve been running it quietly for a while, and it’s been reliable enough that I finally cleaned up the README, added a quick setup guide, and put it on GitHub. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Quick takeaway:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Zero dashboard fatigue:&lt;/strong&gt; Clean weekly summaries land straight in Telegram.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Token-smart:&lt;/strong&gt; Aggregates data &lt;em&gt;before&lt;/em&gt; calling the LLM to keep costs near zero.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Never silent:&lt;/strong&gt; If AI fails, raw stats still get delivered. No silent drop.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;On-demand:&lt;/strong&gt; Type &lt;code&gt;/report&lt;/code&gt;, &lt;code&gt;/issues&lt;/code&gt;, or &lt;code&gt;/status&lt;/code&gt; anytime for instant updates.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;p&gt;🔗 &lt;a href="https://github.com/dothanhvinh17/n8n-workflow-github-telegram-digest" rel="noopener noreferrer"&gt;n8n-workflow-github-telegram-digest&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’ve also shared a couple other n8n workflows on my profile - mostly around GitHub integrations and simple bots. Nothing ground-breaking, just practical patterns that solved real headaches for me. Happy to connect if you’re tinkering with similar stuff or just want to swap notes.&lt;/p&gt;

</description>
      <category>n8n</category>
      <category>automation</category>
      <category>github</category>
      <category>telegram</category>
    </item>
  </channel>
</rss>
