My Social Media
Recent Posts: Further Reading
Bots
Tags
Archives
Meta
Donate
Tag Archives: webhook
Adding Features to Dicecord Discord
I’ve spruced Dicecord’s discord server up with a few features using webhooks and the IFTTT automation service. The discord will be updated when I push new commits to github and when I post new blog posts here. I’ve decided to … Continue reading
Using Webhooks with Python: Part 2
In this post I’m going to go over the send message to Discord webhook function from last time and add in some error handling for when we hit a rate limit. Continue reading
Using Webhooks with Python: Part 1
In this post I’m going to share a tutorial about how to use Discord webhooks in python. While the specific example is Discord, the tutorial will show how we can use docs and software like postman to figure out how to use webhooks in general. Continue reading