0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ラズパイでdiscordのbotをつくりたかった

Last updated at Posted at 2019-09-08

Pythonがうごくラズパイ3があったのでとりあえずdiscordのbotを作ってみました

用意するもの
・windowsPC
・ラズパイ(電源も)

こんだけ

1.とりあえずラズパイをsshでwindowsとつないで作業できるようにする
Windows側のsshクライアントとしておススメされたMobaXtermをとりあえずこの記事を参考にラズパイとつなぎます

https://qiita.com/mkasahara/items/c029154b5436913b20e0

2.discord.pyを持ってくる
ここのサイトを参考に依存関係にあるライブラリとかを先にインストールしつつがんばります

https://discordpy.readthedocs.io/ja/latest/intro.html#installing

3.てきとうなサンプルソースを動かしてみる
discord.pyの中にあるexampleを実行

https://github.com/Rapptz/discord.py

4.結果
今回は!helloでHelloを返すサンプルを実行しました
discord.png

あとがき

この記事は備忘録です。適当に書きました。すみません
ssh接続クライアントを落とすとコマンドの実行が止まるので常駐というわけじゃないです

https://qiita.com/ikemura23/items/03d8c64eb785986e4042

天才がいました。常駐botできました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?