Discord Bot Programmieren - Python #1

in #deutsch7 years ago (edited)

D.Bot.png

Instalation:

Python

Unter Linux und Mac ist ist Python meistens vorinstalliert. Bei anderen Systemen gibt es eine schnelle Express-Installation. Es sollte beachtet werden, dass Pip dabei ist.

Pip

Linux:

sudo apt-get install python-pip (Python 2),
sudo apt-get install python3-pip(Python 3)

MacOS, OS X

sudo easy_install pip

Windows:

Zuerst muss get-pip.py heruntergeladen und lokal gespeichert werden. Zum installieren muss folgender Befehl ausgeführt werden.
python get-pip.py

Discord

Mit dem Befehl python3 -m pip install -U discord.py[voice]wird das Python-Modul Discord instaliert.

Test

Importiert Discord in einem Python-Script um zu Testen ob alles funktioniert.
import discord


Discord Bot Programmieren - Python #2
Discord Bot Programmieren - Python #3
Discord Bot Programmieren - Python #4

Coin Marketplace

STEEM 0.20
TRX 0.20
JST 0.034
BTC 89955.66
ETH 3105.10
USDT 1.00
SBD 2.98