Skip to content

samsulmaarif/telegram-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

telegram-notify

These scripts are used to send Telegram messages from a Debian server.

Based on the tutorial at http://bernaerts.dyndns.org/linux/75-debian/351-debian-send-telegram-notification created by @NicolasBernaerts

How to install

Install curl first

$ sudo apt install curl

Clone this repositoy

$ git clone https://github.com/samsulmaarif/telegram-notify.git

Edit send-message file, change the value line 25 FILE_CONF with the path of file telegam-notify.conf.

Create the symbolic link:

$ sudo ln -s /path/to/send-message /usr/bin/telegram-notify

Make sure the script is executable:

$ sudo chmod +x /us/bin/telegram-notify

Now the command telegram-notify can be called from anywhere in the command line.

About

Send notification via Telegram Bot with bash script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages