Skip to content

Instantly share code, notes, and snippets.

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

Yura Partysun

🏠
Working from home
View GitHub Profile
@dideler
dideler / bot.rb
Last active May 23, 2024 17:31
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
#