EN / RU
← Back to essays
· Essay · 1 min

Automatic Stars for Telegram

Every time I read a post in a channel, a star is automatically added.

<p>⭐ I created an automatic star system for Telegram.</p>

<p>The idea is simple: every time I read a post in a channel, a star is automatically added.</p>

<p>Why this makes sense:</p>
<ul>
<li>1 star = $0.01 — pocket change</li>
<li>As a channel author, I see that stars really motivate writing</li>
<li>I want to support the authors I read</li>
</ul>

<p>How it works: the script creates a second Telegram client and listens for the synchronization of the 'read' status. You read a post on your phone → Telegram syncs the status → the script catches this and adds the reaction.</p>

<p>Open source: <a href="https://github.com/rvnikita/telegram-autostar">github.com/rvnikita/telegram-autostar</a></p>;

<p>#telegram #open_source #python</p>