Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Creating a bot for Telegram with Node.js and mi...
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Jonathan Brizio
June 27, 2019
Technology
0
39
Creating a bot for Telegram with Node.js and migrating to AWS
Jonathan Brizio
June 27, 2019
Tweet
Share
More Decks by Jonathan Brizio
See All by Jonathan Brizio
Microservices With Node.js
jbrizio
2
1.2k
Other Decks in Technology
See All in Technology
最強のAIエージェントを諦めたら品質が上がった話 / how quality improved after giving up on the strongest AI agent
kt2mikan
0
190
20260311 ビジネスSWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
350
CyberAgentの生成AI戦略 〜変わるものと変わらないもの〜
katayan
0
270
会社紹介資料 / Sansan Company Profile
sansan33
PRO
16
410k
AI時代のSaaSとETL
shoe116
1
180
猫でもわかるKiro CLI(AI 駆動開発への道編)
kentapapa
0
260
わからなくて良いなら、わからなきゃだめなの?
kotaoue
1
370
TypeScript 7.0の現在地と備え方
uhyo
7
1.8k
Claude Code Skills 勉強会 (DevelersIO向けに調整済み) / claude code skills for devio
masahirokawahara
1
22k
Claude Code 2026年 最新アップデート
oikon48
14
11k
Sansanでの認証基盤内製化と移行
sansantech
PRO
0
570
詳解 強化学習 / In-depth Guide to Reinforcement Learning
prinlab
0
280
Featured
See All Featured
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
450
Ethics towards AI in product and experience design
skipperchong
2
230
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
55k
Mind Mapping
helmedeiros
PRO
1
120
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
100
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
120
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
WCS-LA-2024
lcolladotor
0
480
Reality Check: Gamification 10 Years Later
codingconduct
0
2.1k
Making the Leap to Tech Lead
cromwellryan
135
9.8k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
360
30k
Transcript
Creating a bot for Telegram with Node.js and migrating to
Jonathan Brizio Software Developer
1. What is a bot? 2. Telegram bot API 3.
Telegraf bot framework 4. From an idea to a code production-ready 5. Migrating our code to the cloud 6. Demo Index
What is a bot? It’s computer program that performs automatic
repetitive tasks.
Use Cases Call Center Bots Informational Bots Application Bots
Telegram Bot API The Bot API is an HTTP-based interface
created for developers keen on building bots for Telegram.
Features • Integrate with others services • Get customized notifications
and news • Accept payments from Telegram users • Create custom tools • Build single and multiplayer games
Telegraf Bot Framework A great Node.js framework to build Telegram
bots.
Example
From an idea to a code production-ready How was the
development of a bot for Telegram with Node.js and migrating to the cloud.
1 Feasibility of the idea Steps Analyze API Docs Create
a simple PoC 2 3 Design the entire flow 4 Development 5
Migrating our code to the cloud Moving our bot from
a development environment to the cloud in order to support all the 24/7 requests and issues.
Architecture on
Demo Access to Telegram and search the bot by the
following name or scan the QR code. https://telegram.me/SaldoRedBusBot