2
0

More than 3 years have passed since last update.

pythonでdiscordボット raspberry pi zero で[備忘録]

Posted at

python install

How to install Python 3 - Install Python 3 | Raspberry Pi Projects

# sudo apt update
# sudo apt install python3 idle3

and pip
Installing Python packages - Raspberry Pi Documentation

sudo apt install python3-pip

あとは写経
Pythonで簡単なDiscord Botの作り方 - Qiita


※気をつけるところ

  • BOTページのBuild-A-BotのところのTOKENを使うこと。

General InformationのSecretは違うものだから注意。

2
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
2
0