In this video, I'll show you how to create a Python 3.8 program to send notifications to a Discord channel using Discord Webhooks. The same principle applies to Slack or Teams webhooks of course. You will also be exposed to the Pomodoro system of working, which is something I love.
If you have not set up a Python environment in a nice way, see this video, where I'll go through how you can set up multiple Python environments, for example, Python 3.8 and 3.9, with different libraries, and swap between them instantly.
What's a Discord Webhook? Well, essentially it's how a little bit of code can interact with your channel, to send notifications on important events. I'm using mine for certain gaming events, financial events, and in my day-to-day work often for any incidents, alarms or failures that happen to a system.
Here's a link that is shown in the video:
https://pypi.org/project/discord-webh...
If you like this content and would like me to do a deep dive in actual Python bots, please let me know in the comments section, or just by liking this video.