Skip to content

Instantly share code, notes, and snippets.

View artisticLogicMK's full-sized avatar
🎯
Focusing

ArtisticMK artisticLogicMK

🎯
Focusing
  • Remote
  • Abuja, Nigeria
View GitHub Profile
@dideler
dideler / bot.rb
Last active June 12, 2024 08:48
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
#