So, I need to create a Discord bot (in Java) that sends information about every new issue from a GitHub repo to a channel, since the GitHub webhook doesn't support Discord's Markdown.
The problem is that I can't figure out how to monitor GitHub for new issues. Can I use the webhook to do this? How would this work? And will this work on a Raspberry Pi, whose IP address is known to change after a router reboot?
question from:https://stackoverflow.com/questions/65600454/how-can-i-monitor-a-github-repo-for-new-issues-in-java