Skip to content

Instantly share code, notes, and snippets.

View amithgc's full-sized avatar
🎯
Focusing

Amith Chandrappa amithgc

🎯
Focusing
View GitHub Profile
@dideler
dideler / bot.rb
Last active July 15, 2024 06:56
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
#