Skip to content

Instantly share code, notes, and snippets.

View sarangrahan's full-sized avatar

Rahan Sarang sarangrahan

  • kerala
View GitHub Profile
@sarangrahan
sarangrahan / bot.rb
Created May 29, 2022 16:37 — forked from dideler/bot.rb
Sending a notification message to Telegram using its HTTP API via cURL
# Use this script to test that your Telegram bot works.
#
# Install the dependency
#
# $ gem install telegram_bot
#
# Run the bot
#
# $ ruby bot.rb
#