<?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: yomnbess</title>
    <description>The latest articles on DEV Community by yomnbess (@yomnbess).</description>
    <link>https://dev.to/yomnbess</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%2F3972770%2F63af3b4a-7c2d-448c-b178-e5ab02c1d1c0.png</url>
      <title>DEV Community: yomnbess</title>
      <link>https://dev.to/yomnbess</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yomnbess"/>
    <language>en</language>
    <item>
      <title>I built a Telegram movie bot template in Python</title>
      <dc:creator>yomnbess</dc:creator>
      <pubDate>Sun, 07 Jun 2026 16:36:03 +0000</pubDate>
      <link>https://dev.to/yomnbess/i-built-a-telegram-movie-bot-template-in-python-53dd</link>
      <guid>https://dev.to/yomnbess/i-built-a-telegram-movie-bot-template-in-python-53dd</guid>
      <description>&lt;p&gt;I recently built a Telegram bot in Python using aiogram 3 and decided to package it as a developer template for anyone who wants to launch their own movie bot quickly.&lt;br&gt;
What it does:&lt;br&gt;
The bot lets users search for movies by typing any title. It saves every search to a SQLite database and gives each user their personal history and stats via simple commands.&lt;br&gt;
&lt;strong&gt;Tech stack:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python 3.11&lt;/li&gt;
&lt;li&gt;aiogram 3&lt;/li&gt;
&lt;li&gt;aiosqlite&lt;/li&gt;
&lt;li&gt;python-dotenv&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What's included:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Full working bot with /start, /help, /history, /stats&lt;/li&gt;
&lt;li&gt;Input validation and error handling&lt;/li&gt;
&lt;li&gt;Step-by-step guide to connect TMDB or OMDb API for real movie data&lt;/li&gt;
&lt;li&gt;Deploy guide for Railway and Render (free hosting)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I packaged it as a ready-to-sell template for developers who want a clean starting point without building from scratch.&lt;br&gt;
&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://bessioudy.gumroad.com/l/exswcw" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;bessioudy.gumroad.com&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>python</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
