[Python] Jouez avec le Webhook de Discord.

Cette fois, j'aimerais jouer avec le Webhook de Discord.

Obtenez l'URL du webhook

① Ouvrez les paramètres de la chaîne

image.png Ouvrez "Modifier la chaîne" sur le côté droit du nom de la chaîne.

② Ouvrez le crochet Web

image.png Cliquez sur Web Hook dans la barre latérale pour l'ouvrir.

③ Ouvrez le crochet Web

image.png Cliquez sur "Créer un Webhook" en haut à droite.

④ Créer un webhook

image.png Laissez le nom et l'icône tels quels. (Pour jouer plus tard) Cliquez sur le bouton "Copier" dans la section URL du Webhook. Cliquez ensuite sur le bouton Enregistrer.

code

webhook.py


from discordwebhook import Discord #Chargement du Webhook Discord

discord = Discord(url="") #④ Collez l'URL que vous avez copiée lors de la création du webhook
discord.post(
    content="L'épée de Whebohook, oh oh oh oh oh oh oh oh oh oh", #Le contenu du message
    username="Webhook", #Nom d'utilisateur
    avatar_url="https://pbs.twimg.com/profile_images/1201406146822557696/ewFFvnAa_200x200.jpg " #URL de l'icône
)

Courir

Lorsque vous l'exécutez, cela ressemble à ceci! image.png

Recommended Posts

[Python] Jouez avec le Webhook de Discord.
Jouez avec 2016-Python
Jouez avec le mécanisme de mot de passe de GitHub Webhook et Python
Lecture vidéo avec son sur python !! (tkinter / imageio)
Jouez avec Prophet
FizzBuzz en Python3
Grattage avec Python
Lire un fichier audio à partir de Python avec interruption
Statistiques avec python
Grattage avec Python
Jouez avec PyTorch
Twilio avec Python
Intégrer avec Python
Jouer Python async
AES256 avec python
python commence par ()
Je veux jouer avec aws avec python
avec syntaxe (Python)
Bingo avec python
Zundokokiyoshi avec python
Jouez avec CentOS 8
Jouez avec Pyramid
Excel avec Python
Jouez avec Fathom
Micro-ordinateur avec Python
Cast avec python
Jeu à la main en Python (commençons avec AtCoder?)
[REAPER] Comment jouer à Reascript avec Python
Jouez avec Google Spread Sheet avec Python (OAuth)
Communication série avec Python
Django 1.11 a démarré avec Python3.6
Jugement des nombres premiers avec Python
Python avec eclipse + PyDev.
Communication de socket avec Python
Analyse de données avec python 2
Grattage en Python (préparation)
Essayez de gratter avec Python.
Apprendre Python avec ChemTHEATER 03
"Orienté objet" appris avec python
Exécutez Python avec VBA
Manipuler yaml avec python
Résolvez AtCoder 167 avec python
Communication série avec python
[Python] Utiliser JSON avec Python
Apprendre Python avec ChemTHEATER 05-1
Apprenez Python avec ChemTHEATER
Exécutez prepDE.py avec python3
1.1 Premiers pas avec Python
Collecter des tweets avec Python
Binarisation avec OpenCV / Python
3. 3. Programmation IA avec Python
Méthode Kernel avec Python
Non bloquant avec Python + uWSGI
Grattage avec Python + PhantomJS
Publier des tweets avec python
Conduisez WebDriver avec python
Jouer avec Othello (Reversi)
Utiliser mecab avec Python 3
[Python] Redirection avec CGIHTTPServer