Skip to content

Use a Telegram bot to easily check the current public IP of your Raspberry Pi (or any server machine)

License

Notifications You must be signed in to change notification settings

carlosvidalgutierrez3/RPi_check_public_ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check your server's public IP with Telegram

Use a Telegram bot to easily check the current public IP of your Raspberry Pi (or any server machine)

To execute the script on boot

Copy telegram-bot.service to the /etc/systemd/system/ directory

Reload the systemd manager configuration:

sudo systemctl daemon-reload

Enable the service to run at boot:

sudo systemctl enable telegram-bot.service

Start the service:

sudo systemctl start telegram-bot.service'

About

Use a Telegram bot to easily check the current public IP of your Raspberry Pi (or any server machine)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages