DEV Community

Cover image for Build a Telegram Bot using Google Apps Script
Sourabh Choraria
Sourabh Choraria

Posted on

4

Build a Telegram Bot using Google Apps Script

Originally posted on script.gs

I just launched SphygmoBot which is a human "Heartbeat" checker that pings you every 24 hours to see if you're alive and notifies someone in case your response fails.

SphygmoBot - A human

It uses:

  • Google Apps Script for it's backend architecture
  • Google Spreadsheet as a database
  • Telegram Bot API and it's webhook services

You can access the entire codebase on my GitHub repository here.

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (1)

Collapse
 
tayyebi profile image
Tayyebi

How would you attach an image file from DriveApp to your Telegram bot?

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay