Melora Hugues
2abc08d582
All checks were successful
continuous-integration/drone/push Build is passing
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.
8 lines
180 B
Modula-2
8 lines
180 B
Modula-2
module git.faercol.me/faercol/public-ip-tracker/tracker
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ahugues/go-telegram-api v0.0.0-20230129174520-b466e4321512
|
|
github.com/google/uuid v1.3.0
|
|
)
|