This project runs a cron job every hour to check if your public IP has changed or not. If it has changed, it sends a telegram message to a group to notify the new ip. It just uses a single file as storage under ./data.
- You will need a telegram bot. Follow this guide
- You will need to get the group id you want to post a message stackoverflow response. Essentially, you need to get the id from the getUpdates API
- Configure the variables in the
.envfile. - Profit