Discord Bot Programmieren - Python #1

in #deutsch6 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.27
TRX 0.11
JST 0.031
BTC 71639.05
ETH 3841.34
USDT 1.00
SBD 3.49