Shihaam Abdul Rahman efef62616a fix readme
2021-10-27 07:58:54 +05:00
2021-10-27 07:54:42 +05:00
2021-10-27 07:57:34 +05:00
2021-10-27 07:54:16 +05:00
2021-10-27 07:58:54 +05:00
2021-10-27 07:57:34 +05:00

Telegram Bot for Sending IP-address of a server if Dynamic IP has changed.

** Inspired by indicozy/telegram-ping-ip

Getting started.

Requirements:

  • curl - Install with whatever package manager you use
  • screen - Optional requirement to run script in background.

Clone repo and Configure

git clone https://github.com/shihaamabr/telegram-ping-ip.git
cd telegram-ping-ip
chmod +x telegram-ping-ip.sh screen-telegram-ping-ip.sh
cp env.sample .env
  • Edit the contents of .env to your config (nano .env)

Execute the script

./telegram-ping-ip.sh

Run the script in a screen

./screen-telegram-ping-ip.sh

Automatically run the script on system boot up

  • Add it to a crontab crontab -e
@reboot /bin/bash /path/to/telegram-ping-ip/screen-telegram-ping-ip.sh

Future plans

  • create a daemon, idk, it seems interesting

Additional Information

FYI IT pings to whatismyip.shihaam.me by default, this can be configured in .env to use ifconfig.me or whatever else server.

Bugs

S
Description
No description provided
Readme 48 KiB
Languages
Shell 100%