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

Automatically Transfer Posts from Telegram to Medium

I've become a bit more active in my Telegram blog, but it's a closed platform for search engines.

<p>As you may have noticed, I've become a bit more active in my Telegram blog, as it's a very convenient platform for thoughts, but it has a major drawback - it's closed to search engines, meaning no one from the outside will find the content posted here.</p>

<p>One solution is to repost it on an open blogging platform.</p>

<p>In just 1 hour, using Zapier, GPT-3, and without any programming, I managed to set up translation into English and reposting on Medium (<a href="https://medium.com/@rvnikita">https://medium.com/@rvnikita</a>;) and Twitter (<a href="https://twitter.com/rvnikita">https://twitter.com/rvnikita</a>).</p>;

<p>The steps in Zapier are as follows:</p>

<ol>
<li>Use <a href="https://rsshub.app/">https://rsshub.app/</a>; to get RSS from the Telegram blog</li>
<li>Ask GPT-3 to write a Title</li>
<li>Ask GPT-3 to come up with tags</li>
<li>Ask GPT-3 to translate the post into English</li>
<li>Post on Medium (with tags)</li>
<li>Ask GPT-3 to generate a tweet based on the text</li>
<li>Post on Twitter.</li>
</ol>

<p>Done. Let's see if there will be any traffic there.</p>
<p>Now I need to figure out where to save the Russian version. What blogging platforms are currently popular among Russian-speaking readers?</p>

<p>#ai #gpt #medium #zapier #usecase</p>