Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
159 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...