Skip to content

Instantly share code, notes, and snippets.

View PenzinAlexander's full-sized avatar
🏠
Working from home

Alexander Penzin PenzinAlexander

🏠
Working from home
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
#