Super Easy Python Discord Notifications (API and Webhook)

Super easy to post messages to Discord with Python (using API and Webhook)

10mohi6
Aug 3, 2020

1. log in to Discord

2. add & create a server

3. edit the channel & create a webhook

4. tool installation

$ pip install discordwebhook

5. file creation

6. discord submission

$ python discord.py

That’s super easy!

See the documentation for details.

7. reference

--

--