Skip to content

A Simple Telegram Echo Bot Built With Golang And Deployed To Netlify

License

Notifications You must be signed in to change notification settings

OneeePunchMan/telegram-echo-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Telegram Echo Bot Using Netlify Functions

This is a simple telegram echo bot built using golang and Netlify Functions.

Steps

  1. Clone This Repo

  2. Set TELEGRAM_BOT_TOKEN environment variable in netlify

  3. set your web hook like this curl --request POST --url https://api.telegram.org/bot<TELEGRAM_BOT_TOKEN>/setWebhook --header 'content-type: application/json' --data '{"url": "<netlify site url>/.netlify/functions/echo"}'

  4. and you're good to go.

About

A Simple Telegram Echo Bot Built With Golang And Deployed To Netlify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 85.6%
  • HTML 9.4%
  • Makefile 5.0%