Python でLine、Discord、Slackへ『テキストメッセージ』を送って通知するクラスを紹介します。 詰まりやすいのが、自作クラスを呼び出す点かと思います。 今回、下記のようにしていますが、 from notification import Notification from <ファイル名> import <クラス名>という ...
Discord is an IRC-like chat platform that all the young cool kids are hanging out on. Originally intended as a way to communicate during online games, Discord has grown to the point that there are ...
前回は作成するアプリケーションの全体像と、開発環境で使うDockerを紹介しました。今回はDiscordからメッセージを送信して、そのメッセージをEC2上で受け取るプログラムを作成します。 今回の概要とその準備 Discord上で使える!makeコマンドを作成し ...
Orca is a Discord bot centered on music playback, queue management, and a small set of utility and moderation commands. The project is written with discord.py, uses modular cogs, supports both slash ...
Discord has become the one of the most famous and preferred platforms for live gaming. However, you don't have to be a gamer to create a server and enjoy all of Discord's cool features. One of these ...
The code in this file is written in Python. It runs directly in the terminal; there's no need to open VS Code, PyCharm, etc. When you launch the program (Windows: py main.py, Linux: python3 main.py), ...