<?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: David Pichsenmeister</title>
    <description>The latest articles on DEV Community by David Pichsenmeister (@pichsenmeister).</description>
    <link>https://dev.to/pichsenmeister</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%2F373768%2Fb2cabd1b-a47c-47e3-9c18-de8f23f45b09.jpeg</url>
      <title>DEV Community: David Pichsenmeister</title>
      <link>https://dev.to/pichsenmeister</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pichsenmeister"/>
    <language>en</language>
    <item>
      <title>Building a Telegram Bot with node.js in 10 minutes</title>
      <dc:creator>David Pichsenmeister</dc:creator>
      <pubDate>Wed, 26 May 2021 03:30:36 +0000</pubDate>
      <link>https://dev.to/pichsenmeister/building-a-telegram-bot-with-node-js-in-10-minutes-37k3</link>
      <guid>https://dev.to/pichsenmeister/building-a-telegram-bot-with-node-js-in-10-minutes-37k3</guid>
      <description>&lt;p&gt;👋Hello devs! I made a new video tutorial on building bots for Telegram. Hope you enjoy!&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/IlsygSzikOQ"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  Who is it for?
&lt;/h3&gt;

&lt;p&gt;This tutorial is for javascript / node.js developers who are new to building bots on Telegram's Bot platform.&lt;/p&gt;

&lt;h3&gt;
  
  
  What you'll learn
&lt;/h3&gt;

&lt;p&gt;We will go into the very basics of building a bot, including how to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;create a Telegram Bot using the &lt;strong&gt;Botfather&lt;/strong&gt; account&lt;/li&gt;
&lt;li&gt;use ngrok to develop the bot on a localhost&lt;/li&gt;
&lt;li&gt;setup a Telegram webhook&lt;/li&gt;
&lt;li&gt;receive messages from Telegram using a webhook&lt;/li&gt;
&lt;li&gt;sending messages using the sendMessage API&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Resources
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://core.telegram.org/bots/api/"&gt;Telegram Bot API&lt;/a&gt; &lt;br&gt;
&lt;a href="https://ngrok.com"&gt;ngrok&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/pichsenmeister/youtube-build-a-telegram-bot"&gt;Github repository&lt;/a&gt;&lt;/p&gt;

</description>
      <category>telegram</category>
      <category>node</category>
      <category>javascript</category>
      <category>bots</category>
    </item>
  </channel>
</rss>
