This is a simple and lightweight Python PyPI module to send messages easily using Discord Webhooks.
Run the following to install:
pip install discord-msg-lite
from discord_msg_lite import Discord_msg
webhook_url = 'https://discordapp.com/api/webhooks/123456789012345678/8xZhP4Zj-8KMVN7wLw6jE04VEK5BIfRxpzCwCwgHxpaNOQzZOTR95dPW53EMRjybXjAO'
dmsg = Discord_msg(webhook_url)
dmsg.send('test 12345 ㄱㄴㄷㄹ')