public-ip-tracker/tracker
Melora Hugues 2abc08d582
All checks were successful
continuous-integration/drone/push Build is passing
Allow asking for the current public IP
Ref #5

This commit adds the /getIP telegram command that allows asking for the
current public IP that the bot has stored.

As it is just a working version and the telegram API is not yet
complete, this command is not yet really tested. I need to provide a
more stable version of my Telegram API beforehand because as of now it's
just a mess really, but this will do for now.
2023-01-29 18:50:43 +01:00
..
bot Allow asking for the current public IP 2023-01-29 18:50:43 +01:00
config Add monitoring of the current public IP 2023-01-28 14:29:39 +01:00
ip Add monitoring of the current public IP 2023-01-28 14:29:39 +01:00
go.mod Allow asking for the current public IP 2023-01-29 18:50:43 +01:00
go.sum Allow asking for the current public IP 2023-01-29 18:50:43 +01:00
main.go Add monitoring of the current public IP 2023-01-28 14:29:39 +01:00
Makefile Create initial Go module 2023-01-05 18:51:53 +01:00